irctk

libircclient binding for scripts
git clone https://a3nm.net/git/irctk/
Log | Files | Refs | README

commit 42fd8efc8044f335790df49f5ef3aeea5aecffb7
parent 2bdc6254fb5574ed3490c2a62e1ae7b94a5f596d
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Sun, 16 Dec 2012 00:21:01 +0100

-stale comment

Diffstat:
irctk.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/irctk.c b/irctk.c @@ -1114,7 +1114,6 @@ int do_cmd_msg(irc_session_t *s, char *chan, char* line) rsl = irc_cmd_kick(s, knick, chan, arg); free(knick); } else if ((arg = MATCH_CMD0(line, "me"))) { - // just a way to escape messages starting by '/' rsl = do_me(s, chan, password, arg + (*arg?1:0)); } else if ((arg = MATCH_CMD0(line, "say"))) { // just a way to escape messages starting by '/'