Mercurial > pidgin.yaz
changeset 2830:c229b7405178
[gaim-migrate @ 2843]
"guh" is not a word.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Sun, 02 Dec 2001 07:40:07 +0000 |
parents | e3f98544eae0 |
children | cf50045c0167 |
files | src/protocols/irc/irc.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/irc/irc.c Sun Dec 02 04:24:54 2001 +0000 +++ b/src/protocols/irc/irc.c Sun Dec 02 07:40:07 2001 +0000 @@ -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]);