From 2e64899f18f21bbcecaa489eb3535203a0666d09 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Tue, 22 Aug 2000 20:28:03 +0000 Subject: [PATCH] HAS_MODE_ARG() wasn't updated here yet.. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@618 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/irc/bot/bot-events.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/irc/bot/bot-events.c b/src/irc/bot/bot-events.c index ebbe0660..7cba44ac 100644 --- a/src/irc/bot/bot-events.c +++ b/src/irc/bot/bot-events.c @@ -120,7 +120,7 @@ static void parse_channel_mode(CHANNEL_REC *channel, const char *mode, continue; } - if (!HAS_MODE_ARG(*curmode)) + if (!HAS_MODE_ARG(type, *curmode)) ptr = NULL; else { ptr = cmd_get_param(&modestr);