From abd083b1e348b279ee354f7973307c5e29428388 Mon Sep 17 00:00:00 2001 From: rburchell Date: Mon, 16 Feb 2009 23:49:38 +0000 Subject: [PATCH] Oops. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2104 5417fbe8-f217-4b02-8779-1006273d7864 --- src/core/os_news.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/os_news.c b/src/core/os_news.c index e17022e40..a8fdbfabf 100644 --- a/src/core/os_news.c +++ b/src/core/os_news.c @@ -382,7 +382,7 @@ class OSNews : public Module this->SetOperHelp(myOperServHelp); } - void reload_config(bool starting) + void OnReload(bool starting) { OSLogonNews->UpdateHelpParam(); OSOperNews->UpdateHelpParam();