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:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user