summaryrefslogtreecommitdiff
path: root/src/channels.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2011-03-11 15:10:30 -0500
committerAdam <Adam@anope.org>2011-03-11 15:10:30 -0500
commit1b2f3bf36964dd08c1bf6e803a36c03d6b7c492e (patch)
treebe4314eae8f70083753b67bb6552b5d8bd90bf25 /src/channels.cpp
parentbb3b421385c0516a6a7091d77f45290dfe3e710c (diff)
Fixed some problems with m_alias and fantasy
Diffstat (limited to 'src/channels.cpp')
-rw-r--r--src/channels.cpp2
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