summaryrefslogtreecommitdiff
path: root/modules/commands/bs_bot.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2011-08-12 03:13:56 -0400
committerAdam <Adam@anope.org>2011-08-12 03:13:56 -0400
commitfeee50e6959171123773417caab73ecad3af824b (patch)
treedb23ef04c56f0552e1876e9d9a75d1b3142bca3b /modules/commands/bs_bot.cpp
parent54710a782b49f01a868987227e9b8748d28834cb (diff)
Allow bot usermodes to be configurable
Diffstat (limited to 'modules/commands/bs_bot.cpp')
-rw-r--r--modules/commands/bs_bot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/bs_bot.cpp b/modules/commands/bs_bot.cpp
index 7500d1926..02af6b340 100644
--- a/modules/commands/bs_bot.cpp
+++ b/modules/commands/bs_bot.cpp
@@ -249,7 +249,7 @@ class CommandBSBot : public Command
if (!user.empty())
{
- ircdproto->SendClientIntroduction(bi, ircd->pseudoclient_mode);
+ ircdproto->SendClientIntroduction(bi);
bi->RejoinAll();
}