diff options
author | Attila Molnar <attilamolnar@hush.com> | 2013-12-19 17:02:41 +0100 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2013-12-19 17:02:41 +0100 |
commit | 57d02ca02e441971bf27fae2c2ba5302c60e43c9 (patch) | |
tree | c95dc2dbd07e21d5d41ba4a1bf8c566beb143cf5 /src | |
parent | 7bf233bf0015ab5e4c07ef8db7711154736d2355 (diff) |
m_showwhois Update settings on rehash
Diffstat (limited to 'src')
-rw-r--r-- | src/modules/m_showwhois.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_showwhois.cpp b/src/modules/m_showwhois.cpp index 96d8d90cf..9ae0c8d7a 100644 --- a/src/modules/m_showwhois.cpp +++ b/src/modules/m_showwhois.cpp @@ -82,7 +82,7 @@ class ModuleShowwhois : public Module { } - void init() CXX11_OVERRIDE + void ReadConfig(ConfigStatus& status) CXX11_OVERRIDE { ConfigTag* tag = ServerInstance->Config->ConfValue("showwhois"); |