diff options
author | Adam <Adam@anope.org> | 2011-08-12 03:13:56 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-08-12 03:13:56 -0400 |
commit | feee50e6959171123773417caab73ecad3af824b (patch) | |
tree | db23ef04c56f0552e1876e9d9a75d1b3142bca3b /modules/commands/bs_bot.cpp | |
parent | 54710a782b49f01a868987227e9b8748d28834cb (diff) |
Allow bot usermodes to be configurable
Diffstat (limited to 'modules/commands/bs_bot.cpp')
-rw-r--r-- | modules/commands/bs_bot.cpp | 2 |
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(); } |