Mercurial > pidgin.yaz
changeset 2298:57da45349e50
[gaim-migrate @ 2308]
bug
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Mon, 17 Sep 2001 19:13:12 +0000 |
parents | a0f6ead876ca |
children | b5b7dece5249 |
files | src/protocols/irc/irc.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/irc/irc.c Mon Sep 17 18:46:09 2001 +0000 +++ b/src/protocols/irc/irc.c Mon Sep 17 19:13:12 2001 +0000 @@ -1133,9 +1133,9 @@ if (!*word[2]) return; if (*word_eol[3]) - g_snprintf(buf, sizeof(buf), "KICK %s %s :%s", who, word[2], word_eol[3]); + g_snprintf(buf, sizeof(buf), "KICK %s %s :%s\r\n", who, word[2], word_eol[3]); else - g_snprintf(buf, sizeof(buf), "KICK %s %s", who, word[2]); + 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, "BAN")) { } else if (!g_strcasecmp(pdibuf, "KICKBAN")) {