From b4685e06d45336e7ce7cb138f8261ac120a2d6d3 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 25 Jan 2019 03:27:13 +0000 Subject: Remove all 2.0 config compatibility code. --- src/modules/m_disable.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_disable.cpp') 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"); -- cgit v1.3.1-10-gc9f91