summaryrefslogtreecommitdiff
path: root/include/opertype.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/opertype.h')
-rw-r--r--include/opertype.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/opertype.h b/include/opertype.h
index f76fc07b1..ca2d81ac5 100644
--- a/include/opertype.h
+++ b/include/opertype.h
@@ -18,9 +18,10 @@ struct CoreExport Oper
Anope::string password;
Anope::string certfp;
OperType *ot;
+ bool config;
Oper(const Anope::string &n, const Anope::string &p, const Anope::string &c, OperType *o) :
- name(n), password(p), certfp(c), ot(o) { }
+ name(n), password(p), certfp(c), ot(o), config(false) { }
/** Find an oper block by name
* @param name The name