comparison src/protocols/irc/irc.c @ 2831:cf50045c0167

[gaim-migrate @ 2844] i love this. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 02 Dec 2001 07:49:27 +0000
parents c229b7405178
children e49bd1479edd
comparison
equal deleted inserted replaced
2830:c229b7405178 2831:cf50045c0167
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;
1354 } 1353 }
1355 } else if (!g_strcasecmp(pdibuf, "WHOIS")) { 1354 } else if (!g_strcasecmp(pdibuf, "WHOIS")) {
1356 g_snprintf(buf, sizeof(buf), "WHOIS %s\r\n", word_eol[2]); 1355 g_snprintf(buf, sizeof(buf), "WHOIS %s\r\n", word_eol[2]);
1357 irc_write(id->fd, buf, strlen(buf)); 1356 irc_write(id->fd, buf, strlen(buf));
1358 } else if (!g_strcasecmp(pdibuf, "LIST")) { 1357 } else if (!g_strcasecmp(pdibuf, "LIST")) {