diff options
author | Adam <Adam@anope.org> | 2010-12-29 19:59:26 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-12-29 19:59:26 -0500 |
commit | a36f14c1bfca63ba744ab310af775cf6d5b81179 (patch) | |
tree | 699fefdd972c23799117a44f3ddab3606c324d4b /modules/core/ss_main.cpp | |
parent | 16cab979da3330f87c3fb6a23c849a028b8ab594 (diff) |
Automatically quit bots when they are deleted
Diffstat (limited to 'modules/core/ss_main.cpp')
-rw-r--r-- | modules/core/ss_main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/core/ss_main.cpp b/modules/core/ss_main.cpp index b228ad33e..8ee7611d3 100644 --- a/modules/core/ss_main.cpp +++ b/modules/core/ss_main.cpp @@ -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; } } |