diff options
Diffstat (limited to 'src/modules/m_disable.cpp')
| -rw-r--r-- | src/modules/m_disable.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_disable.cpp b/src/modules/m_disable.cpp index c45d47d7d..fb10a92a0 100644 --- a/src/modules/m_disable.cpp +++ b/src/modules/m_disable.cpp @@ -115,7 +115,7 @@ class ModuleDisable : public Module commands.swap(newcommands); // Whether we should fake the non-existence of disabled things. - fakenonexistent = tag->getBool("fakenonexistent", tag->getBool("fakenonexistant")); + fakenonexistent = tag->getBool("fakenonexistent"); // Whether to notify server operators via snomask `a` about the attempted use of disabled commands/modes. notifyopers = tag->getBool("notifyopers"); |
