diff options
Diffstat (limited to 'modules/commands/ms_info.cpp')
-rw-r--r-- | modules/commands/ms_info.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/commands/ms_info.cpp b/modules/commands/ms_info.cpp index 437245f16..21ec9ba13 100644 --- a/modules/commands/ms_info.cpp +++ b/modules/commands/ms_info.cpp @@ -195,8 +195,8 @@ class CommandMSInfo : public Command "the given channel.\n" " \n" "With a nickname parameter, displays the same information\n" - "for the given nickname. This use limited to \002Services\n" - "Operators\002.")); + "for the given nickname. This is limited to \002Services\002\n" + "\002Operators\002.")); return true; } |