summaryrefslogtreecommitdiff
path: root/modules/commands/os_mode.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2012-11-01 14:54:14 -0400
committerAdam <Adam@anope.org>2012-11-01 14:54:14 -0400
commitd90d5d538bdbf6db2c1ca39e998e80c28a7b3c75 (patch)
treec541be3b36f3f98a5b5893e52514af5e516c67a5 /modules/commands/os_mode.cpp
parentc2ae76248e2777ae0edf3531d2bfe21cbd1a4d16 (diff)
Fixed operserv/umode serv help entry
Diffstat (limited to 'modules/commands/os_mode.cpp')
-rw-r--r--modules/commands/os_mode.cpp2
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"));
}