diff options
| author | 2013-08-30 13:01:10 +0200 | |
|---|---|---|
| committer | 2013-08-30 13:01:10 +0200 | |
| commit | 1031f333332cf1b09db4fd632f141143ee637c34 (patch) | |
| tree | 3f2b3c08e9a743f19725da45f3879aa2bf54bfbf /src/modules/m_ircv3.cpp | |
| parent | m_spanningtree Propagate topic changes via FTOPIC in order to prevent desync ... (diff) | |
| parent | Don't CoreExport reference, fixes m_dnsbl on Windows (diff) | |
Merge insp20
Diffstat (limited to 'src/modules/m_ircv3.cpp')
| -rw-r--r-- | src/modules/m_ircv3.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_ircv3.cpp b/src/modules/m_ircv3.cpp index 59a69f669..f46ae97b4 100644 --- a/src/modules/m_ircv3.cpp +++ b/src/modules/m_ircv3.cpp @@ -84,7 +84,7 @@ class ModuleIRCv3 : public Module void OnRehash(User* user) CXX11_OVERRIDE { ConfigTag* conf = ServerInstance->Config->ConfValue("ircv3"); - accountnotify = conf->getBool("accoutnotify", true); + accountnotify = conf->getBool("accountnotify", true); awaynotify = conf->getBool("awaynotify", true); extendedjoin = conf->getBool("extendedjoin", true); } |
