summaryrefslogtreecommitdiff
path: root/modules/commands/cs_set_signkick.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands/cs_set_signkick.cpp')
-rw-r--r--modules/commands/cs_set_signkick.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/commands/cs_set_signkick.cpp b/modules/commands/cs_set_signkick.cpp
index 511b15a8b..8804fdf4e 100644
--- a/modules/commands/cs_set_signkick.cpp
+++ b/modules/commands/cs_set_signkick.cpp
@@ -67,11 +67,11 @@ class CommandCSSetSignKick : public Command
source.Reply(" ");
source.Reply(_("Enables or disables signed kicks for a\n"
"channel. When \002SIGNKICK\002 is set, kicks issued with\n"
- "KICK command will have the nick that used the\n"
+ "the \002KICK\002 command will have the nick that used the\n"
"command in their reason.\n"
" \n"
- "If you use \002LEVEL\002, those who have a level that is superior \n"
- "or equal to the SIGNKICK level on the channel won't have their \n"
+ "If you use \002LEVEL\002, those who have a level that is superior\n"
+ "or equal to the SIGNKICK level on the channel won't have their\n"
"kicks signed."));
return true;
}