diff options
author | Adam <Adam@anope.org> | 2011-03-11 15:10:30 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-03-11 15:10:30 -0500 |
commit | 1b2f3bf36964dd08c1bf6e803a36c03d6b7c492e (patch) | |
tree | be4314eae8f70083753b67bb6552b5d8bd90bf25 /src/channels.cpp | |
parent | bb3b421385c0516a6a7091d77f45290dfe3e710c (diff) |
Fixed some problems with m_alias and fantasy
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 |