Difference between revisions of "Client to client protocol"
(clean up, added orphan tag) |
m (reformat to links) |
||
Line 1: | Line 1: | ||
− | |||
− | |||
CTCP, or Client-To-Client Protocol, is a common protocol implemented by every major IRC client in use today. CTCP extends the original IRC protocol by allowing users to query other clients for specific information. | CTCP, or Client-To-Client Protocol, is a common protocol implemented by every major IRC client in use today. CTCP extends the original IRC protocol by allowing users to query other clients for specific information. | ||
− | To use CTCP the command '''/ctcp | + | To use CTCP the command '''/ctcp TheNick <argument>'''. |
− | |||
− | |||
− | + | ==CTCP Commands and Replies== | |
− | * | + | * [[Ctcp_(ping)|Ping]] |
− | * | + | * [[Ctcp_(time)|Time]] |
− | * | + | * [[Ctcp_(version)|Version]] |
− | * | + | * [[Ctcp_(website)|Website]] |
* Unknown Request: For those that it is not sure what the request is, sends to other user "CTCP REQUEST: whatYouPutHere" | * Unknown Request: For those that it is not sure what the request is, sends to other user "CTCP REQUEST: whatYouPutHere" | ||
[[Category:Commands]][[Category:How To]][[Category:IRC]] | [[Category:Commands]][[Category:How To]][[Category:IRC]] |
Revision as of 20:41, 19 March 2010
CTCP, or Client-To-Client Protocol, is a common protocol implemented by every major IRC client in use today. CTCP extends the original IRC protocol by allowing users to query other clients for specific information.
To use CTCP the command /ctcp TheNick <argument>.