1
0
mirror of https://github.com/anope/anope.git synced 2026-07-06 17:43:14 +02:00

Don't leak opers and opertypes on /os reload, fix not updating opertypes on non conf opers on rehash

This commit is contained in:
Adam
2013-12-19 21:34:21 -05:00
parent ab6cd3b26c
commit c0cd76a0a5
6 changed files with 42 additions and 13 deletions
+1
View File
@@ -129,6 +129,7 @@ namespace Configuration
Anope::map<Anope::string> bots;
Conf();
~Conf();
void LoadConf(File &file);
-2
View File
@@ -25,8 +25,6 @@ struct CoreExport Oper
bool require_oper;
Anope::string password;
Anope::string certfp;
/* True if this operator is set in the config */
bool config;
/* Hosts allowed to use this operator block */
std::vector<Anope::string> hosts;
Anope::string vhost;