1
0
mirror of https://github.com/anope/anope.git synced 2026-07-02 22:03:13 +02:00

Made config rehashing not wipe opers configured with opersev/oper

This commit is contained in:
Adam
2011-08-29 16:03:33 -04:00
parent 1e1a41f0e7
commit 5cf3ddb7b1
3 changed files with 10 additions and 7 deletions
+2 -1
View File
@@ -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