diff src/protocols/irc/parse.c @ 10659:861ae6ee7b6c

[gaim-migrate @ 12192] 478: ban list full on HEAD committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 06 Mar 2005 16:32:40 +0000
parents eac0f2b244c2
children b41c48d890d8
line wrap: on
line diff
--- a/src/protocols/irc/parse.c	Sun Mar 06 06:14:26 2005 +0000
+++ b/src/protocols/irc/parse.c	Sun Mar 06 16:32:40 2005 +0000
@@ -83,6 +83,7 @@
 	{ "442", "nc:", irc_msg_notinchan },	/* Not in channel		*/
 	{ "473", "nc:", irc_msg_inviteonly },	/* Tried to join invite-only	*/
 	{ "474", "nc:", irc_msg_banned },	/* Banned from channel		*/
+	{ "478", "nct:", irc_msg_banfull },	/* Banlist is full		*/
 	{ "482", "nc:", irc_msg_notop },	/* Need to be op to do that	*/
 	{ "501", "n:", irc_msg_badmode },	/* Unknown mode flag		*/
 	{ "506", "nc:", irc_msg_nosend },	/* Must identify to send	*/