Mercurial > pidgin
changeset 2801:04f97d65bdc1
[gaim-migrate @ 2814]
I'm so damn lazy.
committer: Tailor Script <tailor@pidgin.im>
author | Rob Flynn <gaim@robflynn.com> |
---|---|
date | Tue, 27 Nov 2001 16:46:11 +0000 |
parents | 0ad63a625eec |
children | f7375f78d0f9 |
files | src/protocols/irc/irc.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/irc/irc.c Tue Nov 27 09:57:48 2001 +0000 +++ b/src/protocols/irc/irc.c Tue Nov 27 16:46:11 2001 +0000 @@ -1299,7 +1299,7 @@ else g_snprintf(buf, sizeof(buf), "KICK %s %s\r\n", who, word[2]); irc_write(id->fd, buf, strlen(buf)); - } else if (!g_strcasecmp(pdibuf, "JOIN")) { + } else if (!g_strcasecmp(pdibuf, "JOIN") || !g_strcasecmp(pdibuf, "J")) { if (!*word[2]) return -EINVAL; if (*word[3])