diff options
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/os_news.c | 1 |
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); } |