From: Rob F. <rob...@us...> - 2001-11-27 16:46:14
|
Update of /cvsroot/gaim/gaim/src/protocols/irc In directory usw-pr-cvs1:/tmp/cvs-serv26332 Modified Files: irc.c Log Message: I'm so damn lazy. Index: irc.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/irc/irc.c,v retrieving revision 1.59 retrieving revision 1.60 diff -u -d -r1.59 -r1.60 --- irc.c 2001/11/26 20:39:53 1.59 +++ irc.c 2001/11/27 16:46:11 1.60 @@ -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]) |