diff options
author | Adam <Adam@anope.org> | 2012-11-01 14:54:14 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2012-11-01 14:54:14 -0400 |
commit | d90d5d538bdbf6db2c1ca39e998e80c28a7b3c75 (patch) | |
tree | c541be3b36f3f98a5b5893e52514af5e516c67a5 /modules/commands/os_mode.cpp | |
parent | c2ae76248e2777ae0edf3531d2bfe21cbd1a4d16 (diff) |
Fixed operserv/umode serv help entry
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")); } |