From: Rob F. <rob...@us...> - 2002-05-08 04:12:43
|
Update of /cvsroot/gaim/gaim/src/protocols/irc In directory usw-pr-cvs1:/tmp/cvs-serv17394/src/protocols/irc Modified Files: irc.c Log Message: with life also comes the end and with hope also comes regret the demise of your heart and your courage withering away in the sun much like a rose once trampled on no longer living inside your soul steps aside Index: irc.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/irc/irc.c,v retrieving revision 1.75 retrieving revision 1.76 diff -u -d -r1.75 -r1.76 --- irc.c 17 Mar 2002 20:23:33 -0000 1.75 +++ irc.c 8 May 2002 04:12:41 -0000 1.76 @@ -954,7 +954,7 @@ if (!g_strncasecmp(msg, "VERSION", 7)) { g_snprintf(buf, sizeof(buf), "NOTICE %s :\001VERSION Gaim " VERSION ": The Pimpin " - "Penguin AIM Clone: " WEBSITE "\001\r\n", nick); + "Linux Messaging Client: " WEBSITE "\001\r\n", nick); irc_write(id->fd, buf, strlen(buf)); } if (!g_strncasecmp(msg, "ACTION", 6)) { |