comparison libpurple/protocols/irc/parse.c @ 22655:ef4ac2a83e1c

Handle IRC ban lists in-channel. Channels which are not joined are still sent to the debug window, but in a bit prettier format. References #209
author Ethan Blanton <elb@pidgin.im>
date Sat, 12 Apr 2008 22:59:33 +0000
parents 33f4a9e685a3
children f47438e456c2 996c80ab3dbc
comparison
equal deleted inserted replaced
22654:e970c0c8a48d 22655:ef4ac2a83e1c
73 { "331", "nc:", irc_msg_topic }, /* No channel topic */ 73 { "331", "nc:", irc_msg_topic }, /* No channel topic */
74 { "332", "nc:", irc_msg_topic }, /* Channel topic */ 74 { "332", "nc:", irc_msg_topic }, /* Channel topic */
75 { "333", "*", irc_msg_ignore }, /* Topic setter stuff */ 75 { "333", "*", irc_msg_ignore }, /* Topic setter stuff */
76 { "353", "nvc:", irc_msg_names }, /* Names list */ 76 { "353", "nvc:", irc_msg_names }, /* Names list */
77 { "366", "nc:", irc_msg_names }, /* End of names */ 77 { "366", "nc:", irc_msg_names }, /* End of names */
78 { "367", "ncnnv", irc_msg_ban }, /* Ban list */
79 { "368", "nc:", irc_msg_ban }, /* End of ban list */
78 { "372", "n:", irc_msg_motd }, /* MOTD */ 80 { "372", "n:", irc_msg_motd }, /* MOTD */
79 { "375", "n:", irc_msg_motd }, /* Start MOTD */ 81 { "375", "n:", irc_msg_motd }, /* Start MOTD */
80 { "376", "n:", irc_msg_motd }, /* End of MOTD */ 82 { "376", "n:", irc_msg_motd }, /* End of MOTD */
81 { "391", "nv:", irc_msg_time }, /* Time reply */ 83 { "391", "nv:", irc_msg_time }, /* Time reply */
82 { "401", "nt:", irc_msg_nonick }, /* No such nick/chan */ 84 { "401", "nt:", irc_msg_nonick }, /* No such nick/chan */