diff libpurple/protocols/irc/parse.c @ 23628:dc359ea9eb9a

/ctcp command for IRC committer: Ethan Blanton <elb@pidgin.im>
author Vladislav Guberinic <neosisani@gmail.com>
date Mon, 21 Jul 2008 20:33:29 +0000
parents 5c70d953a497
children aac5753e2528 e81f0d1966db
line wrap: on
line diff
--- a/libpurple/protocols/irc/parse.c	Mon Jul 21 07:46:23 2008 +0000
+++ b/libpurple/protocols/irc/parse.c	Mon Jul 21 20:33:29 2008 +0000
@@ -123,6 +123,7 @@
 } _irc_cmds[] = {
 	{ "action", ":", irc_cmd_ctcp_action, N_("action &lt;action to perform&gt;:  Perform an action.") },
 	{ "away", ":", irc_cmd_away, N_("away [message]:  Set an away message, or use no message to return from being away.") },
+	{ "ctcp", "t:", irc_cmd_ctcp, N_("ctcp <nick> <msg>: sends ctcp msg to nick.") },
 	{ "chanserv", ":", irc_cmd_service, N_("chanserv: Send a command to chanserv") },
 	{ "deop", ":", irc_cmd_op, N_("deop &lt;nick1&gt; [nick2] ...:  Remove channel operator status from someone. You must be a channel operator to do this.") },
 	{ "devoice", ":", irc_cmd_op, N_("devoice &lt;nick1&gt; [nick2] ...:  Remove channel voice status from someone, preventing them from speaking if the channel is moderated (+m). You must be a channel operator to do this.") },