diff options
author | Timo Sirainen <cras@irssi.org> | 2000-09-29 23:57:30 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2000-09-29 23:57:30 +0000 |
commit | 3eea53d2ee1691a75e2dea5bc8ae2930780976f5 (patch) | |
tree | 367a48f5ed3e5b95db88ed147b26e681aa2093ec /src/irc/bot | |
parent | 359453abb06a7f57b419bafdd0085b7909fa8650 (diff) | |
download | irssi-3eea53d2ee1691a75e2dea5bc8ae2930780976f5.zip |
minor updates
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@696 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/irc/bot')
-rw-r--r-- | src/irc/bot/bot-events.c | 1 |
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); |