diff options
Diffstat (limited to 'modules/commands/os_mode.cpp')
-rw-r--r-- | modules/commands/os_mode.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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")); } |