pidgin: 3c348145: Add authserv support to IRC. Need a nam...
rekkanoryo at pidgin.im
rekkanoryo at pidgin.im
Wed Apr 6 22:25:52 EDT 2011
----------------------------------------------------------------------
Revision: 3c348145e821c215fdb8fd1ff1e68e0139457d21
Parent: 2f2d88652d61f02ffb30643d8b6a7c6b86ebdb2b
Author: lelongt at gmail.com
Date: 04/06/11 22:17:57
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/3c348145e821c215fdb8fd1ff1e68e0139457d21
Changelog:
Add authserv support to IRC. Need a name to credit tomos with. Fixes #13337.
Changes against parent 2f2d88652d61f02ffb30643d8b6a7c6b86ebdb2b
patched libpurple/protocols/irc/parse.c
-------------- next part --------------
============================================================
--- libpurple/protocols/irc/parse.c 0dcf2c2d3ec3063211329a0e332672c1048c7cf9
+++ libpurple/protocols/irc/parse.c b7ff2f5d8cd966dd07281fc7d536a74e77778db4
@@ -125,6 +125,7 @@ static struct _irc_user_cmd {
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 <nick> <msg>: sends ctcp msg to nick.") },
{ "chanserv", ":", irc_cmd_service, N_("chanserv: Send a command to chanserv") },
More information about the Commits
mailing list