diff options
author | Adam <adam@sigterm.info> | 2019-01-21 19:14:10 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-21 19:14:10 -0500 |
commit | 2546e865e275dac373d466ce8cf3b7b931d51b13 (patch) | |
tree | 8191ead4d910f6126de037a081e775633207b41f | |
parent | 18522f7fc84e0a17d2506b130bbd5a332f81832f (diff) | |
parent | d6af21e0d961f86c40f97098c15c28a0729d5e4a (diff) |
Merge pull request #233 from genius3000/2.0+typofix
Fix typo in CS enforce help reply.
-rw-r--r-- | modules/commands/cs_enforce.cpp | 2 |
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" |