diff options
author | Adam <Adam@anope.org> | 2012-10-13 00:32:29 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2012-10-13 00:37:10 -0400 |
commit | 4424abd15d32c819ca22a7c49c4380895527e337 (patch) | |
tree | d34c183bdd9244afca9c8de3730c3b3d5ed8105a /include/opertype.h | |
parent | 76a0471c291d2b8045b52ec8e9d683a38bff47ff (diff) |
Add m_sql_oper
Diffstat (limited to 'include/opertype.h')
-rw-r--r-- | include/opertype.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/opertype.h b/include/opertype.h index 3f0b8d157..4e3f01e28 100644 --- a/include/opertype.h +++ b/include/opertype.h @@ -23,7 +23,7 @@ struct CoreExport Oper std::vector<Anope::string> hosts; Anope::string vhost; - Oper(const Anope::string &n, OperType *o) : name(n), ot(o) { this->config = false; } + Oper(const Anope::string &n, OperType *o) : name(n), ot(o), require_oper(false), config(false) { } virtual ~Oper() { } |