mirror of
https://github.com/anope/anope.git
synced 2026-07-01 14:06:39 +02:00
Move nickserv/set/message to a new module, kill options:useprivmsg.
This commit is contained in:
+1
-2
@@ -121,7 +121,7 @@ template<typename T> static void ValidateNotZero(const Anope::string &block, con
|
||||
Conf::Conf() : Block("")
|
||||
{
|
||||
ReadTimeout = 0;
|
||||
UsePrivmsg = DefPrivmsg = false;
|
||||
DefPrivmsg = false;
|
||||
|
||||
this->LoadConf(ServicesConf);
|
||||
|
||||
@@ -195,7 +195,6 @@ Conf::Conf() : Block("")
|
||||
}
|
||||
|
||||
this->ReadTimeout = options->Get<time_t>("readtimeout");
|
||||
this->UsePrivmsg = options->Get<bool>("useprivmsg");
|
||||
this->UseStrictPrivmsg = options->Get<bool>("usestrictprivmsg");
|
||||
this->StrictPrivmsg = !UseStrictPrivmsg ? "/msg " : "/";
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user