Update of /cvsroot/gaim/gaim/src/protocols/irc
In directory usw-pr-cvs1:/tmp/cvs-serv13071/src/protocols/irc
Modified Files:
irc.c
Log Message:
Because we do more than Linux and AIM.
Index: irc.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/protocols/irc/irc.c,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -d -r1.76 -r1.77
--- irc.c 8 May 2002 04:12:41 -0000 1.76
+++ irc.c 14 May 2002 02:26:16 -0000 1.77
@@ -953,8 +953,8 @@
char buf[IRC_BUF_LEN];
if (!g_strncasecmp(msg, "VERSION", 7)) {
- g_snprintf(buf, sizeof(buf), "NOTICE %s :\001VERSION Gaim " VERSION ": The Pimpin "
- "Linux Messaging Client: " WEBSITE "\001\r\n", nick);
+ g_snprintf(buf, sizeof(buf), "NOTICE %s :\001VERSION Gaim " VERSION ": The Penguin Pimpin' "
+ "Multi-protocol Messaging Client: " WEBSITE "\001\r\n", nick);
irc_write(id->fd, buf, strlen(buf));
}
if (!g_strncasecmp(msg, "ACTION", 6)) {
|