diff options
Diffstat (limited to 'include/opertype.h')
-rw-r--r-- | include/opertype.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/opertype.h b/include/opertype.h index bf76d71eb..0c0d329c7 100644 --- a/include/opertype.h +++ b/include/opertype.h @@ -55,6 +55,10 @@ class CoreExport OperType */ std::set<OperType *> inheritances; public: + /** Modes to set when someone identifys using this opertype + */ + Anope::string modes; + /** Find an oper type by name * @param name The name * @return The oper type |