Update of /cvsroot/gaim/gaim/src/protocols/irc
In directory usw-pr-cvs1:/tmp/cvs-serv26712/protocols/irc
Modified Files:
irc.c
Log Message:
"guh" is not a word.
Index: irc.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/protocols/irc/irc.c,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- irc.c 2001/12/02 04:24:54 1.62
+++ irc.c 2001/12/02 07:40:07 1.63
@@ -1350,6 +1350,7 @@
c->gc = NULL;
g_snprintf(buf, sizeof(buf), _("You have left %s"), chan);
do_error_dialog(buf, _("IRC Part"));
+ return -1;
}
} else if (!g_strcasecmp(pdibuf, "WHOIS")) {
g_snprintf(buf, sizeof(buf), "WHOIS %s\r\n", word_eol[2]);
|