diff options
Diffstat (limited to 'include/protocol.h')
-rw-r--r-- | include/protocol.h | 3 |
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; |