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:
+1
-1
@@ -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 " : "/";
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user