1
0
mirror of https://github.com/anope/anope.git synced 2026-07-05 19:23:12 +02:00

Update the rest of modules.example.conf, default inspircd status modes to a sane rank incase they are prefixless, and 50 other things

This commit is contained in:
Adam
2013-05-06 07:40:43 -04:00
parent 4c669b947f
commit ef06226521
14 changed files with 156 additions and 130 deletions
+1 -1
View File
@@ -180,7 +180,7 @@ Conf::Conf() : Block("")
ValidateNotEmpty("mail", check[i], mail->Get<const Anope::string>(check[i]));
}
this->ReadTimeout = options->Get<unsigned>("readtimeout");
this->ReadTimeout = options->Get<time_t>("readtimeout");
this->UsePrivmsg = options->Get<bool>("useprivmsg");
this->StrictPrivmsg = options->Get<bool>("usestrictprivmsg") ? "/msg " : "/";
{