aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_disable.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2019-01-25 03:27:13 +0000
committerGravatar Sadie Powell2019-01-25 03:27:13 +0000
commitb4685e06d45336e7ce7cb138f8261ac120a2d6d3 (patch)
tree5381913a67543db4e91a72a4949cf6cde2942711 /src/modules/m_disable.cpp
parentMigrate m_ssl_gnutls from auto_ptr to shared_ptr. (diff)
Remove all 2.0 config compatibility code.
Diffstat (limited to 'src/modules/m_disable.cpp')
-rw-r--r--src/modules/m_disable.cpp2
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");