Mercurial > pidgin
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 10658:61930cadca7c | 10659:861ae6ee7b6c |
|---|---|
| 81 { "433", "vn:", irc_msg_nickused }, /* Nickname already in use */ | 81 { "433", "vn:", irc_msg_nickused }, /* Nickname already in use */ |
| 82 { "438", "nn:", irc_msg_nochangenick }, /* Nick may not change */ | 82 { "438", "nn:", irc_msg_nochangenick }, /* Nick may not change */ |
| 83 { "442", "nc:", irc_msg_notinchan }, /* Not in channel */ | 83 { "442", "nc:", irc_msg_notinchan }, /* Not in channel */ |
| 84 { "473", "nc:", irc_msg_inviteonly }, /* Tried to join invite-only */ | 84 { "473", "nc:", irc_msg_inviteonly }, /* Tried to join invite-only */ |
| 85 { "474", "nc:", irc_msg_banned }, /* Banned from channel */ | 85 { "474", "nc:", irc_msg_banned }, /* Banned from channel */ |
| 86 { "478", "nct:", irc_msg_banfull }, /* Banlist is full */ | |
| 86 { "482", "nc:", irc_msg_notop }, /* Need to be op to do that */ | 87 { "482", "nc:", irc_msg_notop }, /* Need to be op to do that */ |
| 87 { "501", "n:", irc_msg_badmode }, /* Unknown mode flag */ | 88 { "501", "n:", irc_msg_badmode }, /* Unknown mode flag */ |
| 88 { "506", "nc:", irc_msg_nosend }, /* Must identify to send */ | 89 { "506", "nc:", irc_msg_nosend }, /* Must identify to send */ |
| 89 { "515", "nc:", irc_msg_regonly }, /* Registration required */ | 90 { "515", "nc:", irc_msg_regonly }, /* Registration required */ |
| 90 { "invite", "n:", irc_msg_invite }, /* Invited */ | 91 { "invite", "n:", irc_msg_invite }, /* Invited */ |
