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:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user