From feee50e6959171123773417caab73ecad3af824b Mon Sep 17 00:00:00 2001 From: Adam Date: Fri, 12 Aug 2011 03:13:56 -0400 Subject: Allow bot usermodes to be configurable --- modules/commands/bs_bot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/commands/bs_bot.cpp') 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(); } -- cgit