diff options
author | Adam <Adam@anope.org> | 2010-10-04 16:38:25 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-10-04 16:38:25 -0400 |
commit | ab5ebc224516abfe424f2e631eed2dc314c32ab9 (patch) | |
tree | 116b0af44cd0b3d45e3fbf9715264f4c34c9439a /src/init.cpp | |
parent | cf98cd3e06e4de0f9902824b0ef8239e947c5b6a (diff) |
Automatically destruct messages when modules are unloaded
Diffstat (limited to 'src/init.cpp')
-rw-r--r-- | src/init.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/init.cpp b/src/init.cpp index 544dcbd7c..69bb88539 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -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) { |