irc.ctcp

Implements the Client-To-Client Protocol (CTCP). Specification: http://www.irchelp.org/irchelp/rfc/ctcpspec.html

Members

Enums

CtcpToken
enum CtcpToken
Undocumented in source.

Functions

ctcpExtract
auto ctcpExtract(char[] message)

Extract CTCP messages from an IRC message.

ctcpMessage
auto ctcpMessage(char[] tag, char[] data)
auto ctcpMessage(char[] contents)

Create a CTCP message with the given tag and data, or with the _tag and _data provided pre-combined.

Meta