mirror of
https://github.com/anope/anope.git
synced 2026-06-30 19:26:38 +02:00
Cache timeoutcheck and fix a typo in example.conf
This commit is contained in:
@@ -187,6 +187,7 @@ Conf::Conf() : Block("")
|
||||
this->DefPrivmsg = std::find(defaults.begin(), defaults.end(), "msg") != defaults.end();
|
||||
}
|
||||
this->DefLanguage = options->Get<const Anope::string &>("defaultlanguage");
|
||||
this->TimeoutCheck = options->Get<time_t>("timeoutcheck");
|
||||
|
||||
for (int i = 0; i < this->CountBlock("uplink"); ++i)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user