summaryrefslogtreecommitdiff
path: root/include/opertype.h
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2011-08-02 01:50:09 -0400
committerAdam <Adam@anope.org>2011-08-02 01:50:09 -0400
commitd43e1fb8002131db86453b6a931679a26e0bb9a6 (patch)
treea8d0433cad168a447884d0f93c7511986174b30e /include/opertype.h
parent41b40f6504b33e720233d5bcbdd5fce998d7d86f (diff)
Added opertype:modes
Diffstat (limited to 'include/opertype.h')
-rw-r--r--include/opertype.h4
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