1
0
mirror of https://github.com/anope/anope.git synced 2026-07-01 09:46:40 +02:00

Fixed operserv/umode serv help entry

This commit is contained in:
Adam
2012-11-01 14:54:14 -04:00
parent c2ae76248e
commit d90d5d538b
+1 -1
View File
@@ -108,7 +108,7 @@ class CommandOSUMode : public Command
public:
CommandOSUMode(Module *creator) : Command(creator, "operserv/umode", 2, 2)
{
this->SetDesc(_("Change channel or user modes"));
this->SetDesc(_("Change user modes"));
this->SetSyntax(_("\037user\037 \037modes\037"));
}