summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2014-04-06 23:01:10 -0400
committerAdam <Adam@anope.org>2014-04-06 23:01:10 -0400
commit43219d3906a6a1b980319ae993c53f7606e438a6 (patch)
tree9fa29283a3e104069cc76362d7114c395e6cac5e /include/config.h
parent1f8dec4c242200403640ed72043899aa08cb81dd (diff)
Do not apply module changes on rehash until after the new config has been applied. Fix renaming opertypes on reload.
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 308775e41..86a7dce78 100644
--- a/include/config.h
+++ b/include/config.h
@@ -132,6 +132,7 @@ namespace Configuration
~Conf();
void LoadConf(File &file);
+ void Post(Conf *old);
Block *GetModule(Module *);
Block *GetModule(const Anope::string &name);