irc.ctcp

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

Members

Functions

ctcpExtract
auto ctcpExtract(in char[] message)

Extract CTCP messages from an IRC message.

ctcpMessage
auto ctcpMessage(in char[] contents)

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

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

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

Meta