mirror of
https://github.com/anope/anope.git
synced 2026-07-01 01:06:38 +02:00
Some configuration file updates: Removed now non-existing settings. Redid some existing settings to look more consistent/uniform. Added some missing commands/permissions.
Merged operserv/modlist permission into operserv/modinfo. Fixed ChanServ INFO privilege to actually work for /BotServ INFO too for those users who have it, instead of only for founders. Fixed some typos aswell as removed whitespaces along the way.
This commit is contained in:
+1
-1
@@ -56,7 +56,7 @@ ServerConfig::ServerConfig()
|
||||
if (option.equals_ci("msg"))
|
||||
{
|
||||
if (!this->UsePrivmsg)
|
||||
Log() << "msg in <nickserv:defaults> can only be used when UsePrivmsg is set";
|
||||
Log() << "msg in <nickserv:defaults> can only be used when options:useprivmsg is set";
|
||||
else
|
||||
this->NSDefFlags.insert(option.upper());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user