1
0
mirror of https://github.com/anope/anope.git synced 2026-07-05 12:23:12 +02:00

Added a command:permission setting

This commit is contained in:
Adam
2011-08-04 21:59:01 -04:00
parent 773a1f3075
commit 9ec18a3b02
82 changed files with 329 additions and 297 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ class CommandOSConfig : public Command
}
public:
CommandOSConfig(Module *creator) : Command(creator, "operserv/config", 1, 4, "operserv/config")
CommandOSConfig(Module *creator) : Command(creator, "operserv/config", 1, 4)
{
this->SetDesc(_("View and change configuration file settings"));
this->SetSyntax(_("{\037MODIFY\037|\037VIEW\037} [\037block name\037 \037item name\037 \037item value\037]"));