summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/os_news.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/os_news.c b/src/core/os_news.c
index a8fdbfabf..1e122d303 100644
--- a/src/core/os_news.c
+++ b/src/core/os_news.c
@@ -378,6 +378,7 @@ class OSNews : public Module
OSOperNews = new CommandOSOperNews();
this->AddCommand(OPERSERV, OSOperNews, MOD_UNIQUE);
this->AddCommand(OPERSERV, new CommandOSRandomNews(), MOD_UNIQUE);
+ ModuleManager::Attach(I_OnReload, this);
this->SetOperHelp(myOperServHelp);
}