1
0
mirror of https://github.com/anope/anope.git synced 2026-06-25 08:56:39 +02:00

Automatically destruct messages when modules are unloaded

This commit is contained in:
Adam
2010-10-04 16:38:25 -04:00
parent cf98cd3e06
commit ab5ebc2245
11 changed files with 142 additions and 312 deletions
-8
View File
@@ -14,11 +14,6 @@
Uplink *uplink_server;
extern void moduleAddMsgs();
extern void moduleAddIRCDMsgs();
/*************************************************************************/
void introduce_user(const Anope::string &user)
{
/* Watch out for infinite loops... */
@@ -379,9 +374,6 @@ void Init(int ac, char **av)
throw FatalException(ex.GetReason());
}
/* Add Core MSG handles */
moduleAddMsgs();
#ifndef _WIN32
if (!nofork)
{