Mercurial > pidgin
comparison src/protocols/irc/parse.c @ 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 | ffa642240fc1 |
| children | 2f505651ac03 |
comparison
equal
deleted
inserted
replaced
| 8403:2729ef2df189 | 8404:3f384e95c5c0 |
|---|---|
| 81 { "442", "nc:", irc_msg_notinchan }, /* Not in channel */ | 81 { "442", "nc:", irc_msg_notinchan }, /* Not in channel */ |
| 82 { "473", "nc:", irc_msg_inviteonly }, /* Tried to join invite-only */ | 82 { "473", "nc:", irc_msg_inviteonly }, /* Tried to join invite-only */ |
| 83 { "474", "nc:", irc_msg_banned }, /* Banned from channel */ | 83 { "474", "nc:", irc_msg_banned }, /* Banned from channel */ |
| 84 { "482", "nc:", irc_msg_notop }, /* Need to be op to do that */ | 84 { "482", "nc:", irc_msg_notop }, /* Need to be op to do that */ |
| 85 { "501", "n:", irc_msg_badmode }, /* Unknown mode flag */ | 85 { "501", "n:", irc_msg_badmode }, /* Unknown mode flag */ |
| 86 { "506", "nc:", irc_msg_nosend }, /* Must identify to send */ | |
| 86 { "515", "nc:", irc_msg_regonly }, /* Registration required */ | 87 { "515", "nc:", irc_msg_regonly }, /* Registration required */ |
| 87 { "invite", "n:", irc_msg_invite }, /* Invited */ | 88 { "invite", "n:", irc_msg_invite }, /* Invited */ |
| 88 { "join", ":", irc_msg_join }, /* Joined a channel */ | 89 { "join", ":", irc_msg_join }, /* Joined a channel */ |
| 89 { "kick", "cn:", irc_msg_kick }, /* KICK */ | 90 { "kick", "cn:", irc_msg_kick }, /* KICK */ |
| 90 { "mode", "tv:", irc_msg_mode }, /* MODE for channel */ | 91 { "mode", "tv:", irc_msg_mode }, /* MODE for channel */ |
