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 089b3831b..2fe4e037d 100644 --- a/src/channels.cpp +++ b/src/channels.cpp @@ -809,7 +809,7 @@ void Channel::KickInternal(const Anope::string &source, const Anope::string &nic /* Bots get rejoined */ if (bi) - bi->Join(chname); + bi->Join(this, &Config->BotModeList); } /** Kick a user from the channel |