diff options
Diffstat (limited to 'src/channels.cpp')
-rw-r--r-- | src/channels.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/channels.cpp b/src/channels.cpp index 0cd5481eb..52b0b86c5 100644 --- a/src/channels.cpp +++ b/src/channels.cpp @@ -401,7 +401,7 @@ void Channel::RemoveModeInternal(ChannelMode *cm, const Anope::string ¶m, bo if (EnforceMLock) { /* Reset modes on bots if we're supposed to */ - if (bi) + if (this->ci && this->ci->bi && this->ci->bi == bi) { if (Config->BotModeList.HasFlag(cm->Name)) this->SetMode(bi, cm, bi->nick); |