Client-to-client protocol


Client-to-client protocol is a special type of communication between Internet Relay Chat clients.
CTCP is a common protocol implemented by most major IRC clients in use today. CTCP extends the original IRC protocol by allowing users to query other clients or channels, this causes all the clients in the channel to reply the CTCP, for specific information. Additionally, CTCP can be used to encode messages that the raw IRC protocol would not allow to be sent over the link, such as messages containing newlines or the byte value 0. CTCP does not establish a direct connection between clients; however, it is commonly used to negotiate DCC connections.
CTCP allows users to query a remote client about the version of the client they are using, or the time, among other things. It is also used to implement the /me command.

History

was the first IRC client to implement the CTCP and DCC protocols. The CTCP protocol was implemented by Michael Sandrof in 1990 for ircII version 2.1, while the DCC protocol was implemented by Troy Rollo in 1991 for version 2.1.2.

Structure

A CTCP message is implemented as a PRIVMSG or NOTICE where the first and last characters of the message are ASCII value 0x01. Additionally, characters which would not be allowed in the IRC protocol are escaped. Since a NOTICE as the standard should not generate a reply, CTCP messages are sent as PRIVMSG and the reply is implemented with a NOTICE instead of a PRIVMSG.
A CTCP query is initiated on most clients as follows:
CTCP   

Where is the target nickname or channel, is the CTCP command, and are additional information to be sent to the .

Common CTCP commands

CTCP commands and replies are client-specific; as such, depending on the IRC client, some of the following CTCP commands may not trigger a response, or will be formatted differently than what is shown here.

VERSION

A CTCP VERSION request will return the name and version of the IRC client the target is using, and in some cases technical information such as the operating system, clock rate, CPU Manufacturer and CPU architecture/instruction set.
A sample reply for a CTCP VERSION request to a target that uses the HexChat client is:
VERSION HexChat 2.9.1 / Windows 8 

TIME

A CTCP TIME request will return the local time of the target computer. Depending on the IRC client, the reply may consist of the date, the time, the year, and sometimes the time zone.
A sample reply for a CTCP TIME request to a target that uses the ChatZilla client is:
TIME Fri 23 Nov 2012 19:26:42 EST

PING

A CTCP PING request will determine the ping rate that directly exists between two clients. The CTCP PING command works by sending an integer argument to a target client, the target client then responds by supplying exactly the same numerical parameter. The difference between the original timestamp and the current timestamp is calculated, with the result being displayed to the user that initiated the CTCP PING. More often than not, a timestamp that utilises milliseconds is used due to the majority of users with broadband Internet connections having a ping under 1 second.
A sample CTCP PING request to target from the XChat client is:
CTCP PING 23152511

Likewise, sample output generated from the difference is:
Ping reply from : 0.53 second