summaryrefslogtreecommitdiff
path: root/src/irc/bot/bot-events.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/irc/bot/bot-events.c')
-rw-r--r--src/irc/bot/bot-events.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/irc/bot/bot-events.c b/src/irc/bot/bot-events.c
index ffc403b1..5a7fd84d 100644
--- a/src/irc/bot/bot-events.c
+++ b/src/irc/bot/bot-events.c
@@ -109,6 +109,7 @@ static void parse_channel_mode(IRC_CHANNEL_REC *channel, const char *mode,
return;
}
+ /* check if unwanted people got ops */
str = g_string_new(NULL);
dup = modestr = g_strdup(mode);