# HG changeset patch # User lelongt@gmail.com # Date 1302142677 0 # Node ID 30c0ce14388ae0cfeffe09b3f9fcace3ca785e5d # Parent ec08b29cf087a5af1de2dd7f43d8701b47e8d685 Add authserv support to IRC. Need a name to credit tomos with. Fixes #13337. committer: John Bailey diff -r ec08b29cf087 -r 30c0ce14388a libpurple/protocols/irc/parse.c --- 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 <action to perform>: 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 : sends ctcp msg to nick.") }, { "chanserv", ":", irc_cmd_service, N_("chanserv: Send a command to chanserv") },