1
0
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:
Robby-
2013-01-31 06:19:14 +01:00
parent a62698a14a
commit aea86906f4
13 changed files with 286 additions and 285 deletions
+1 -1
View File
@@ -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());
}