diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/opertype.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/opertype.h b/include/opertype.h index 16b52a34a..4094866ea 100644 --- a/include/opertype.h +++ b/include/opertype.h @@ -23,6 +23,7 @@ struct CoreExport Oper /* Whether the user must be an IRC operator (umode +o) to be considered a services operator */ bool require_oper = true; Anope::string password; + Anope::string password_hash; std::vector<Anope::string> certfp; /* Hosts allowed to use this operator block */ std::vector<Anope::string> hosts; |