summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/configreader.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configreader.h b/include/configreader.h
index 9ec68b9e8..5e437d153 100644
--- a/include/configreader.h
+++ b/include/configreader.h
@@ -439,6 +439,10 @@ class CoreExport ServerConfig : public Extensible
*/
char DNSServer[MAXBUF];
+ /** Pretend disabled commands don't exist.
+ */
+ bool DisabledDontExist;
+
/** This variable contains a space-seperated list
* of commands which are disabled by the
* administrator of the server for non-opers.