mirror of
https://github.com/anope/anope.git
synced 2026-07-07 05:53:13 +02:00
Automatically quit bots when they are deleted
This commit is contained in:
@@ -57,7 +57,6 @@ class SSMain : public Module
|
||||
for (CommandMap::iterator it = statserv->Commands.begin(), it_end = statserv->Commands.end(); it != it_end; ++it)
|
||||
this->DelCommand(statserv, it->second);
|
||||
|
||||
ircdproto->SendQuit(statserv, "Quit due to module unload.");
|
||||
delete statserv;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user