diff src/protocols/irc/irc.c @ 3235:59cad0db9a6b

[gaim-migrate @ 3252] 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 committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Wed, 08 May 2002 04:12:41 +0000
parents 793fb2e9d53b
children 01c000f003db
line wrap: on
line diff
--- a/src/protocols/irc/irc.c	Wed May 08 00:50:22 2002 +0000
+++ b/src/protocols/irc/irc.c	Wed May 08 04:12:41 2002 +0000
@@ -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)) {