| 63 { "317", "nnvv", irc_msg_whois }, /* Whois idle */ |
63 { "317", "nnvv", irc_msg_whois }, /* Whois idle */ |
| 64 { "318", "nt:", irc_msg_endwhois }, /* End of WHOIS */ |
64 { "318", "nt:", irc_msg_endwhois }, /* End of WHOIS */ |
| 65 { "319", "nn:", irc_msg_whois }, /* Whois channels */ |
65 { "319", "nn:", irc_msg_whois }, /* Whois channels */ |
| 66 { "320", "nn:", irc_msg_whois }, /* Whois (fn ident) */ |
66 { "320", "nn:", irc_msg_whois }, /* Whois (fn ident) */ |
| 67 { "314", "nnnvv:", irc_msg_whois }, /* Whowas user */ |
67 { "314", "nnnvv:", irc_msg_whois }, /* Whowas user */ |
| 68 { "315", "nt:", irc_msg_who }, /* end of WHO channel */ |
|
| 69 { "369", "nt:", irc_msg_endwhois }, /* End of WHOWAS */ |
68 { "369", "nt:", irc_msg_endwhois }, /* End of WHOWAS */ |
| 70 { "321", "*", irc_msg_list }, /* Start of list */ |
69 { "321", "*", irc_msg_list }, /* Start of list */ |
| 71 { "322", "ncv:", irc_msg_list }, /* List. */ |
70 { "322", "ncv:", irc_msg_list }, /* List. */ |
| 72 { "323", ":", irc_msg_list }, /* End of list. */ |
71 { "323", ":", irc_msg_list }, /* End of list. */ |
| 73 { "324", "ncv:", irc_msg_chanmode }, /* Channel modes */ |
72 { "324", "ncv:", irc_msg_chanmode }, /* Channel modes */ |
| 74 { "331", "nc:", irc_msg_topic }, /* No channel topic */ |
73 { "331", "nc:", irc_msg_topic }, /* No channel topic */ |
| 75 { "332", "nc:", irc_msg_topic }, /* Channel topic */ |
74 { "332", "nc:", irc_msg_topic }, /* Channel topic */ |
| 76 { "333", "*", irc_msg_ignore }, /* Topic setter stuff */ |
75 { "333", "*", irc_msg_ignore }, /* Topic setter stuff */ |
| 77 { "352", "nvcvnvvv:", irc_msg_who }, /* Channel WHO */ |
|
| 78 { "353", "nvc:", irc_msg_names }, /* Names list */ |
76 { "353", "nvc:", irc_msg_names }, /* Names list */ |
| 79 { "366", "nc:", irc_msg_names }, /* End of names */ |
77 { "366", "nc:", irc_msg_names }, /* End of names */ |
| 80 { "367", "ncnnv", irc_msg_ban }, /* Ban list */ |
78 { "367", "ncnnv", irc_msg_ban }, /* Ban list */ |
| 81 { "368", "nc:", irc_msg_ban }, /* End of ban list */ |
79 { "368", "nc:", irc_msg_ban }, /* End of ban list */ |
| 82 { "372", "n:", irc_msg_motd }, /* MOTD */ |
80 { "372", "n:", irc_msg_motd }, /* MOTD */ |