diff options
| author | 2013-12-19 17:02:41 +0100 | |
|---|---|---|
| committer | 2013-12-19 17:02:41 +0100 | |
| commit | 57d02ca02e441971bf27fae2c2ba5302c60e43c9 (patch) | |
| tree | c95dc2dbd07e21d5d41ba4a1bf8c566beb143cf5 /src/modules | |
| parent | m_filter Remove ImplFilter and needless dynamic_cast (diff) | |
m_showwhois Update settings on rehash
Diffstat (limited to 'src/modules')
| -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"); |
