Mercurial > pidgin
changeset 8404:3f384e95c5c0
[gaim-migrate @ 9134]
Thanks to Tim Ringenbach for this
committer: Tailor Script <tailor@pidgin.im>
author | Ethan Blanton <elb@pidgin.im> |
---|---|
date | Sun, 07 Mar 2004 21:49:53 +0000 |
parents | 2729ef2df189 |
children | 1c4402a2ac71 |
files | src/protocols/irc/parse.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/irc/parse.c Sun Mar 07 03:53:03 2004 +0000 +++ b/src/protocols/irc/parse.c Sun Mar 07 21:49:53 2004 +0000 @@ -83,6 +83,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 */ + { "506", "nc:", irc_msg_nosend }, /* Must identify to send */ { "515", "nc:", irc_msg_regonly }, /* Registration required */ { "invite", "n:", irc_msg_invite }, /* Invited */ { "join", ":", irc_msg_join }, /* Joined a channel */