summaryrefslogtreecommitdiff
path: root/include/protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/protocol.h')
-rw-r--r--include/protocol.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/protocol.h b/include/protocol.h
index e57cd304f..92b53ef91 100644
--- a/include/protocol.h
+++ b/include/protocol.h
@@ -74,6 +74,9 @@ public:
/* Can we force join or part users? */
bool CanSVSJoin = false;
+ /** Can we force servers to remove opers? */
+ bool CanSVSNOOP = false;
+
/* Can we set vhosts on users? */
bool CanSetVHost = false;