diff options
author | Adam <Adam@anope.org> | 2011-08-02 01:50:09 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-08-02 01:50:09 -0400 |
commit | d43e1fb8002131db86453b6a931679a26e0bb9a6 (patch) | |
tree | a8d0433cad168a447884d0f93c7511986174b30e /include/opertype.h | |
parent | 41b40f6504b33e720233d5bcbdd5fce998d7d86f (diff) |
Added opertype:modes
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 |