From d90d5d538bdbf6db2c1ca39e998e80c28a7b3c75 Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 1 Nov 2012 14:54:14 -0400 Subject: Fixed operserv/umode serv help entry --- modules/commands/os_mode.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/commands/os_mode.cpp') diff --git a/modules/commands/os_mode.cpp b/modules/commands/os_mode.cpp index a0195d497..419fc8442 100644 --- a/modules/commands/os_mode.cpp +++ b/modules/commands/os_mode.cpp @@ -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")); } -- cgit