--- a/src/protocols/irc/irc.c Tue May 14 02:25:13 2002 +0000 +++ b/src/protocols/irc/irc.c Tue May 14 02:26:16 2002 +0000 @@ -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)) {