1
0
mirror of https://github.com/anope/anope.git synced 2026-07-10 03:03:13 +02:00

Allow bot usermodes to be configurable

This commit is contained in:
Adam
2011-08-12 03:13:56 -04:00
parent 54710a782b
commit feee50e695
24 changed files with 150 additions and 31 deletions
+1 -1
View File
@@ -249,7 +249,7 @@ class CommandBSBot : public Command
if (!user.empty())
{
ircdproto->SendClientIntroduction(bi, ircd->pseudoclient_mode);
ircdproto->SendClientIntroduction(bi);
bi->RejoinAll();
}