summaryrefslogtreecommitdiff
path: root/include/configreader.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configreader.h')
-rw-r--r--include/configreader.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configreader.h b/include/configreader.h
index fb187048b..3759e909f 100644
--- a/include/configreader.h
+++ b/include/configreader.h
@@ -429,6 +429,10 @@ class CoreExport ServerConfig : public Extensible
*/
bool AllowHalfop;
+ /** If this value is true, users are allowed to devoice themselves.
+ */
+ bool AllowDevoiceSelf;
+
/** If this is set to true, then mode lists (e.g
* MODE #chan b) are hidden from unprivileged
* users.