mirror of
https://github.com/anope/anope.git
synced 2026-06-25 23:06:38 +02:00
Made akills work on IRCds that do not support bans (ngircd)
This commit is contained in:
+1
-1
@@ -55,7 +55,7 @@ BotInfo::BotInfo(const Anope::string &nnick, const Anope::string &nuser, const A
|
||||
{
|
||||
ircdproto->SendClientIntroduction(this, ircd->pseudoclient_mode);
|
||||
XLine x(this->nick, "Reserved for services");
|
||||
ircdproto->SendSQLine(&x);
|
||||
ircdproto->SendSQLine(NULL, &x);
|
||||
}
|
||||
|
||||
this->SetModeInternal(ModeManager::FindUserModeByName(UMODE_PROTECTED));
|
||||
|
||||
Reference in New Issue
Block a user