]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/configreader.h
Implement support for draft-brocklesby-irc-isupport-03 escapes.
[user/henk/code/inspircd.git] / include / configreader.h
index 001d4a92a5678387bf6d31f792d53e3075bd1de6..9fcb9c6a333f72a12fed7dfc08a1201c91092c53 100644 (file)
@@ -184,6 +184,11 @@ class CoreExport OperInfo : public refcountbase
        /** Name of the oper type; i.e. the one shown in WHOIS */
        std::string name;
 
+       /** Creates a new OperInfo with the specified oper type name.
+        * @param Name The name of the oper type.
+        */
+       OperInfo(const std::string& Name);
+
        /** Get a configuration item, searching in the oper, type, and class blocks (in that order) */
        std::string getConfig(const std::string& key);
        void init();