mirror of
https://github.com/anope/anope.git
synced 2026-06-27 01:56:38 +02:00
Add support for oper-only quit messages.
This currently only works on InspIRCd but I believe that other servers also support this.
This commit is contained in:
+1
-1
@@ -66,7 +66,7 @@ BotInfo::~BotInfo()
|
||||
// If we're synchronised with the uplink already, send the bot.
|
||||
if (Me && Me->IsSynced())
|
||||
{
|
||||
IRCD->SendQuit(this, "");
|
||||
IRCD->SendQuit(this);
|
||||
FOREACH_MOD(OnUserQuit, (this, ""));
|
||||
this->introduced = false;
|
||||
XLine x(this->nick);
|
||||
|
||||
Reference in New Issue
Block a user