Mercurial > pidgin.yaz
changeset 2304:15fb364935ec
[gaim-migrate @ 2314]
you should display /me
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Tue, 18 Sep 2001 01:46:56 +0000 |
parents | f5bf315e6104 |
children | 0371b905baef |
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 Mon Sep 17 23:25:10 2001 +0000 +++ b/src/protocols/irc/irc.c Tue Sep 18 01:46:56 2001 +0000 @@ -1106,6 +1106,7 @@ if (!g_strcasecmp(pdibuf, "ME")) { g_snprintf(buf, sizeof(buf), "PRIVMSG %s :\001ACTION %s\001\r\n", who, word_eol[2]); irc_write(id->fd, buf, strlen(buf)); + return 1; } else if (!g_strcasecmp(pdibuf, "TOPIC")) { if (!*word_eol[2]) return -EINVAL;