comparison src/protocols/irc/parse.c @ 13881:5d5e249c488e

[gaim-migrate @ 16361] ------------------------------------------------------------------------ r16360 | eblanton | 2006-06-27 17:54:44 -0400 (Tue, 27 Jun 2006) | 1 line IRC support for CTCP VERSION from Andrej Krivulk ------------------------------------------------------------------------ committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Tue, 27 Jun 2006 21:55:47 +0000
parents 3c6de63fbfe8
children
comparison
equal deleted inserted replaced
13880:b869ab32cccc 13881:5d5e249c488e
138 { "quote", "*", irc_cmd_quote, N_("quote [...]: Send a raw command to the server.") }, 138 { "quote", "*", irc_cmd_quote, N_("quote [...]: Send a raw command to the server.") },
139 { "remove", "n:", irc_cmd_remove, N_("remove &lt;nick&gt; [message]: Remove someone from a room. You must be a channel operator to do this.") }, 139 { "remove", "n:", irc_cmd_remove, N_("remove &lt;nick&gt; [message]: Remove someone from a room. You must be a channel operator to do this.") },
140 { "time", "", irc_cmd_time, N_("time: Displays the current local time at the IRC server.") }, 140 { "time", "", irc_cmd_time, N_("time: Displays the current local time at the IRC server.") },
141 { "topic", ":", irc_cmd_topic, N_("topic [new topic]: View or change the channel topic.") }, 141 { "topic", ":", irc_cmd_topic, N_("topic [new topic]: View or change the channel topic.") },
142 { "umode", ":", irc_cmd_mode, N_("umode &lt;+|-&gt;&lt;A-Za-z&gt;: Set or unset a user mode.") }, 142 { "umode", ":", irc_cmd_mode, N_("umode &lt;+|-&gt;&lt;A-Za-z&gt;: Set or unset a user mode.") },
143 { "version", ":", irc_cmd_ctcp_version, N_("version [nick]: send CTCP VERSION request to a user") },
143 { "voice", ":", irc_cmd_op, N_("voice &lt;nick1&gt; [nick2] ...: Grant channel voice status to someone. You must be a channel operator to do this.") }, 144 { "voice", ":", irc_cmd_op, N_("voice &lt;nick1&gt; [nick2] ...: Grant channel voice status to someone. You must be a channel operator to do this.") },
144 { "wallops", ":", irc_cmd_wallops, N_("wallops &lt;message&gt;: If you don't know what this is, you probably can't use it.") }, 145 { "wallops", ":", irc_cmd_wallops, N_("wallops &lt;message&gt;: If you don't know what this is, you probably can't use it.") },
145 { "whois", "tt", irc_cmd_whois, N_("whois [server] &lt;nick&gt;: Get information on a user.") }, 146 { "whois", "tt", irc_cmd_whois, N_("whois [server] &lt;nick&gt;: Get information on a user.") },
146 { NULL, NULL, NULL, NULL } 147 { NULL, NULL, NULL, NULL }
147 }; 148 };