comparison src/protocols/irc/parse.c @ 8114:7a6e30eb7aad

[gaim-migrate @ 8818] Thanks to Tim Ringenbach for this IRC chat list. committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Thu, 15 Jan 2004 22:53:07 +0000
parents ad5c8f01882b
children ffa642240fc1
comparison
equal deleted inserted replaced
8113:d60272410bd5 8114:7a6e30eb7aad
57 { "313", "nn:", irc_msg_whois }, /* Whois ircop */ 57 { "313", "nn:", irc_msg_whois }, /* Whois ircop */
58 { "317", "nnvv", irc_msg_whois }, /* Whois idle */ 58 { "317", "nnvv", irc_msg_whois }, /* Whois idle */
59 { "318", "nt:", irc_msg_endwhois }, /* End of WHOIS */ 59 { "318", "nt:", irc_msg_endwhois }, /* End of WHOIS */
60 { "319", "nn:", irc_msg_whois }, /* Whois channels */ 60 { "319", "nn:", irc_msg_whois }, /* Whois channels */
61 { "320", "nn:", irc_msg_whois }, /* Whois (fn ident) */ 61 { "320", "nn:", irc_msg_whois }, /* Whois (fn ident) */
62 { "321", "*", irc_msg_list }, /* Start of list */
63 { "322", "ncv:", irc_msg_list }, /* List. */
64 { "323", ":", irc_msg_list }, /* End of list. */
62 { "324", "ncv:", irc_msg_chanmode }, /* Channel modes */ 65 { "324", "ncv:", irc_msg_chanmode }, /* Channel modes */
63 { "331", "nc:", irc_msg_topic }, /* No channel topic */ 66 { "331", "nc:", irc_msg_topic }, /* No channel topic */
64 { "332", "nc:", irc_msg_topic }, /* Channel topic */ 67 { "332", "nc:", irc_msg_topic }, /* Channel topic */
65 { "333", "*", irc_msg_ignore }, /* Topic setter stuff */ 68 { "333", "*", irc_msg_ignore }, /* Topic setter stuff */
66 { "353", "nvc:", irc_msg_names }, /* Names list */ 69 { "353", "nvc:", irc_msg_names }, /* Names list */
108 { "help", "v", irc_cmd_help }, 111 { "help", "v", irc_cmd_help },
109 { "invite", ":", irc_cmd_invite }, 112 { "invite", ":", irc_cmd_invite },
110 { "j", "cv", irc_cmd_join }, 113 { "j", "cv", irc_cmd_join },
111 { "join", "cv", irc_cmd_join }, 114 { "join", "cv", irc_cmd_join },
112 { "kick", "n:", irc_cmd_kick }, 115 { "kick", "n:", irc_cmd_kick },
116 { "list", ":", irc_cmd_list },
113 { "me", ":", irc_cmd_ctcp_action }, 117 { "me", ":", irc_cmd_ctcp_action },
114 { "mode", ":", irc_cmd_mode }, 118 { "mode", ":", irc_cmd_mode },
115 { "msg", "t:", irc_cmd_privmsg }, 119 { "msg", "t:", irc_cmd_privmsg },
116 { "names", "c", irc_cmd_names }, 120 { "names", "c", irc_cmd_names },
117 { "nick", "n", irc_cmd_nick }, 121 { "nick", "n", irc_cmd_nick },