diff options
Diffstat (limited to 'include/configreader.h')
-rw-r--r-- | include/configreader.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configreader.h b/include/configreader.h index 4deef83f4..5a775a016 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -188,6 +188,9 @@ class CoreExport OperInfo : public refcountbase /** Allowed channel modes from oper classes. */ std::bitset<64> AllowedChanModes; + /** Allowed snomasks from oper classes. */ + std::bitset<64> AllowedSnomasks; + /** \<oper> block used for this oper-up. May be NULL. */ reference<ConfigTag> oper_block; /** \<type> block used for this oper-up. Valid for local users, may be NULL on remote */ |