pidgin: acfa9657: disapproval of revision 'cba010d1c097d4e...
evands at pidgin.im
evands at pidgin.im
Mon Feb 21 18:11:11 EST 2011
----------------------------------------------------------------------
Revision: acfa965755213c9701cf8f2d13189c9ac42e538a
Parent: cba010d1c097d4e6599f08276ed9d894710c1074
Author: evands at pidgin.im
Date: 02/21/11 17:55:59
Date: 02/21/11 17:56:09
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/acfa965755213c9701cf8f2d13189c9ac42e538a
Changelog:
disapproval of revision 'cba010d1c097d4e6599f08276ed9d894710c1074'
Changes against parent cba010d1c097d4e6599f08276ed9d894710c1074
patched libpurple/protocols/irc/parse.c
-------------- next part --------------
============================================================
--- libpurple/protocols/irc/parse.c 0dcf2c2d3ec3063211329a0e332672c1048c7cf9
+++ libpurple/protocols/irc/parse.c 7ba5e0c60a470adb5b676d9101bd56b8ebc11e74
@@ -65,7 +65,7 @@ static struct _irc_msg {
{ "319", "nn:", irc_msg_whois }, /* Whois channels */
{ "320", "nn:", irc_msg_whois }, /* Whois (fn ident) */
{ "314", "nnnvv:", irc_msg_whois }, /* Whowas user */
- { "315", "nt:", irc_msg_who }, /* end of WHO channel */
+ { "315", "nt:", irc_msg_who }, /* end of WHO channel */
{ "369", "nt:", irc_msg_endwhois }, /* End of WHOWAS */
{ "321", "*", irc_msg_list }, /* Start of list */
{ "322", "ncv:", irc_msg_list }, /* List. */
@@ -74,7 +74,7 @@ static struct _irc_msg {
{ "331", "nc:", irc_msg_topic }, /* No channel topic */
{ "332", "nc:", irc_msg_topic }, /* Channel topic */
{ "333", "*", irc_msg_ignore }, /* Topic setter stuff */
- { "352", "nvcvnvvv:", irc_msg_who },/* Channel WHO */
+ { "352", "nvcvnvvv:", irc_msg_who }, /* Channel WHO */
{ "353", "nvc:", irc_msg_names }, /* Names list */
{ "366", "nc:", irc_msg_names }, /* End of names */
{ "367", "ncnnv", irc_msg_ban }, /* Ban list */
More information about the Commits
mailing list