summaryrefslogtreecommitdiff
path: root/modules/commands/cs_enforce.cpp
diff options
context:
space:
mode:
authorMatt Schatz <genius3000@g3k.solutions>2019-01-20 21:25:07 -0700
committerMatt Schatz <genius3000@g3k.solutions>2019-01-20 21:25:07 -0700
commitd6af21e0d961f86c40f97098c15c28a0729d5e4a (patch)
tree8191ead4d910f6126de037a081e775633207b41f /modules/commands/cs_enforce.cpp
parent18522f7fc84e0a17d2506b130bbd5a332f81832f (diff)
cs_enforce: fix typo in help.
Diffstat (limited to 'modules/commands/cs_enforce.cpp')
-rw-r--r--modules/commands/cs_enforce.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/cs_enforce.cpp b/modules/commands/cs_enforce.cpp
index 71630af33..3c3226cd9 100644
--- a/modules/commands/cs_enforce.cpp
+++ b/modules/commands/cs_enforce.cpp
@@ -267,7 +267,7 @@ class CommandCSEnforce : public Command
"\002BANS\002, or \002LIMIT\002.\n"
" \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"
+ "enabled. Use \002RESTRICTED\002 to enforce 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"