diff options
author | DukePyrolator <DukePyrolator@anope.org> | 2012-04-01 20:50:04 +0200 |
---|---|---|
committer | DukePyrolator <DukePyrolator@anope.org> | 2012-04-01 20:50:04 +0200 |
commit | cf3124c06399ed1eba8a33b017893d9bda28494c (patch) | |
tree | 9c23414217b03eed05bdf927b94c7c58d4b80fc0 /modules/commands/cs_set_securefounder.cpp | |
parent | 12a6a27b52a3520c1f41a1d4d6b8e3ef25fafb23 (diff) |
fixed some typos
Diffstat (limited to 'modules/commands/cs_set_securefounder.cpp')
-rw-r--r-- | modules/commands/cs_set_securefounder.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/commands/cs_set_securefounder.cpp b/modules/commands/cs_set_securefounder.cpp index ad4a91033..7d1c1a7dc 100644 --- a/modules/commands/cs_set_securefounder.cpp +++ b/modules/commands/cs_set_securefounder.cpp @@ -61,8 +61,8 @@ class CommandCSSetSecureFounder : public Command source.Reply(" "); source.Reply(_("Enables or disables the \002secure founder\002 option for a channel.\n" "When \002secure founder\002 is set, only the real founder will be\n" - "able to drop the channel, change its password, its founder and its\n" - "successor, and not those who have founder level access through\n" + "able to drop the channel, change its founder and its successor,\n" + "and not those who have founder level access through\n" "the access/qop command.")); return true; } |