1
0
mirror of https://github.com/anope/anope.git synced 2026-07-09 07:23:14 +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
@@ -424,7 +424,7 @@ class CommandNSSASetDisplay : public CommandNSSetDisplay
this->SendSyntax(source);
source.Reply(" ");
source.Reply(_("Changes the display used to refer to the nickname group in \n"
"Services. The new display MUST be a nick of your group."));
"Services. The new display MUST be a nick of the group."));
return true;
}
};