comparison src/protocols/irc/irc.c @ 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
comparison
equal deleted inserted replaced
2829:e3f98544eae0 2830:c229b7405178
1348 if (c) { 1348 if (c) {
1349 gc->buddy_chats = g_slist_remove(gc->buddy_chats, c); 1349 gc->buddy_chats = g_slist_remove(gc->buddy_chats, c);
1350 c->gc = NULL; 1350 c->gc = NULL;
1351 g_snprintf(buf, sizeof(buf), _("You have left %s"), chan); 1351 g_snprintf(buf, sizeof(buf), _("You have left %s"), chan);
1352 do_error_dialog(buf, _("IRC Part")); 1352 do_error_dialog(buf, _("IRC Part"));
1353 return -1;
1353 } 1354 }
1354 } else if (!g_strcasecmp(pdibuf, "WHOIS")) { 1355 } else if (!g_strcasecmp(pdibuf, "WHOIS")) {
1355 g_snprintf(buf, sizeof(buf), "WHOIS %s\r\n", word_eol[2]); 1356 g_snprintf(buf, sizeof(buf), "WHOIS %s\r\n", word_eol[2]);
1356 irc_write(id->fd, buf, strlen(buf)); 1357 irc_write(id->fd, buf, strlen(buf));
1357 } else if (!g_strcasecmp(pdibuf, "LIST")) { 1358 } else if (!g_strcasecmp(pdibuf, "LIST")) {