Mercurial > pidgin
changeset 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 | bcfa7f7f48c2 |
children | 24faa8ef557a |
files | src/protocols/irc/irc.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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)) {