comparison src/protocols/irc/irc.c @ 3245:01c000f003db

[gaim-migrate @ 3263] Because we do more than Linux and AIM. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Tue, 14 May 2002 02:26:16 +0000
parents 59cad0db9a6b
children ba398df4c0b0
comparison
equal deleted inserted replaced
3244:bcfa7f7f48c2 3245:01c000f003db
951 { 951 {
952 struct irc_data *id = gc->proto_data; 952 struct irc_data *id = gc->proto_data;
953 char buf[IRC_BUF_LEN]; 953 char buf[IRC_BUF_LEN];
954 954
955 if (!g_strncasecmp(msg, "VERSION", 7)) { 955 if (!g_strncasecmp(msg, "VERSION", 7)) {
956 g_snprintf(buf, sizeof(buf), "NOTICE %s :\001VERSION Gaim " VERSION ": The Pimpin " 956 g_snprintf(buf, sizeof(buf), "NOTICE %s :\001VERSION Gaim " VERSION ": The Penguin Pimpin' "
957 "Linux Messaging Client: " WEBSITE "\001\r\n", nick); 957 "Multi-protocol Messaging Client: " WEBSITE "\001\r\n", nick);
958 irc_write(id->fd, buf, strlen(buf)); 958 irc_write(id->fd, buf, strlen(buf));
959 } 959 }
960 if (!g_strncasecmp(msg, "ACTION", 6)) { 960 if (!g_strncasecmp(msg, "ACTION", 6)) {
961 char *po = strchr(msg + 6, 1); 961 char *po = strchr(msg + 6, 1);
962 char *tmp; 962 char *tmp;