mirror of
https://github.com/anope/anope.git
synced 2026-07-03 09:13:12 +02:00
Automatically quit bots when they are deleted
This commit is contained in:
+1
-1
@@ -68,7 +68,7 @@ NickServRelease::~NickServRelease()
|
||||
{
|
||||
NickServReleases.erase(this->nick);
|
||||
|
||||
ircdproto->SendQuit(debug_cast<User *>(this), NULL);
|
||||
ircdproto->SendQuit(this, NULL);
|
||||
}
|
||||
|
||||
void NickServRelease::Tick(time_t)
|
||||
|
||||
Reference in New Issue
Block a user