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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user