summaryrefslogtreecommitdiff
path: root/modules/commands/cs_enforce.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands/cs_enforce.cpp')
-rw-r--r--modules/commands/cs_enforce.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/modules/commands/cs_enforce.cpp b/modules/commands/cs_enforce.cpp
index cf080f1cc..e9ddb2943 100644
--- a/modules/commands/cs_enforce.cpp
+++ b/modules/commands/cs_enforce.cpp
@@ -253,15 +253,15 @@ class CommandCSEnforce : public Command
source.Reply(_("Enforce various channel modes and set options. The \037channel\037\n"
"option indicates what channel to enforce the modes and options\n"
"on. The \037what\037 option indicates what modes and options to\n"
- "enforce, and can be any of SECUREOPS, RESTRICTED, REGONLY, SSLONLY,\n"
- "BANS, or LIMIT.\n"
+ "enforce, and can be any of \002SECUREOPS\002, \002RESTRICTED\002, \002REGONLY\002, \002SSLONLY\002,\n"
+ "\002BANS\002, or \002LIMIT\002.\n"
" \n"
- "Use SECUREOPS to enforce the SECUREOPS option, even if it is not\n"
- "enabled. Use RESTRICTED to enfore the RESTRICTED option, also\n"
- "if it's not enabled. Use REGONLY to kick all unregistered users\n"
- "from the channel. Use SSLONLY to kick all users not using a secure\n"
- "connection from the channel. BANS will enforce bans on the channel by\n"
- "kicking users affected by them, and LIMIT will kick users until the\n"
+ "Use \002SECUREOPS\002 to enforce the SECUREOPS option, even if it is not\n"
+ "enabled. Use \002RESTRICTED\002 to enfore the RESTRICTED option, also\n"
+ "if it's not enabled. Use \002REGONLY\002 to kick all unregistered users\n"
+ "from the channel. Use \002SSLONLY\002 to kick all users not using a secure\n"
+ "connection from the channel. \002BANS\002 will enforce bans on the channel by\n"
+ "kicking users affected by them, and \002LIMIT\002 will kick users until the\n"
"user count drops below the channel limit, if one is set."));
return true;
}