1
0
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:
Sadie Powell
2025-03-09 18:51:03 +00:00
parent 314ef60900
commit 6d7fe69cdf
6 changed files with 14 additions and 6 deletions
+1 -1
View File
@@ -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);