1
0
mirror of https://github.com/anope/anope.git synced 2026-06-27 00:56:38 +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
@@ -27,7 +27,7 @@ void introduce_user(const Anope::string &user)
User *u = finduser(user);
if (u)
{
ircdproto->SendClientIntroduction(u, ircd->pseudoclient_mode);
ircdproto->SendClientIntroduction(u);
BotInfo *bi = findbot(u->nick);
if (bi)