diff options
| author | 2019-01-25 03:27:13 +0000 | |
|---|---|---|
| committer | 2019-01-25 03:27:13 +0000 | |
| commit | b4685e06d45336e7ce7cb138f8261ac120a2d6d3 (patch) | |
| tree | 5381913a67543db4e91a72a4949cf6cde2942711 /src/modules/m_disable.cpp | |
| parent | Migrate 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.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"); |
