diff src/protocols/irc/parse.c @ 6714:0c260c4e753e

[gaim-migrate @ 7240] 515: not identified committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Tue, 02 Sep 2003 23:35:08 +0000
parents e3be6b9744b7
children 37af5dea14d1
line wrap: on
line diff
--- a/src/protocols/irc/parse.c	Tue Sep 02 23:34:08 2003 +0000
+++ b/src/protocols/irc/parse.c	Tue Sep 02 23:35:08 2003 +0000
@@ -78,6 +78,7 @@
 	{ "474", "nc:", irc_msg_banned },	/* Banned from channel		*/
 	{ "482", "nc:", irc_msg_notop },	/* Need to be op to do that	*/
 	{ "501", "n:", irc_msg_badmode },	/* Unknown mode flag		*/
+	{ "515", "nc:", irc_msg_regonly },	/* Registration required	*/
 	{ "invite", "n:", irc_msg_invite },	/* Invited			*/
 	{ "join", ":", irc_msg_join },		/* Joined a channel		*/
 	{ "kick", "cn:", irc_msg_kick },	/* KICK				*/