changeset 31903:30c0ce14388a

Add authserv support to IRC. Need a name to credit tomos with. Fixes #13337. committer: John Bailey <rekkanoryo@rekkanoryo.org>
author lelongt@gmail.com
date Thu, 07 Apr 2011 02:17:57 +0000
parents ec08b29cf087
children 87825f9602e8
files libpurple/protocols/irc/parse.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/irc/parse.c	Thu Apr 07 02:04:30 2011 +0000
+++ b/libpurple/protocols/irc/parse.c	Thu Apr 07 02:17:57 2011 +0000
@@ -125,6 +125,7 @@
 	char *help;
 } _irc_cmds[] = {
 	{ "action", ":", irc_cmd_ctcp_action, N_("action &lt;action to perform&gt;:  Perform an action.") },
+	{ "authserv", ":", irc_cmd_service, N_("authserv: Send a command to authserv") },
 	{ "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") },