summaryrefslogtreecommitdiff
path: root/modules/commands/cs_set_persist.cpp
diff options
context:
space:
mode:
authorlethality <lethality@anope.org>2012-06-04 04:50:35 +0100
committerlethality <lethality@anope.org>2012-06-04 04:50:35 +0100
commita4bf5ce6096a0d90f9a52feb4cfabbfd2e823290 (patch)
tree18e02882e9ace92aa1edb16cbc2ac599dd7030d3 /modules/commands/cs_set_persist.cpp
parent437944d41689b0ab090bada7fba9791086b7e1fe (diff)
minor help output changes, including some confusion in fantasy chars
Diffstat (limited to 'modules/commands/cs_set_persist.cpp')
-rw-r--r--modules/commands/cs_set_persist.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/commands/cs_set_persist.cpp b/modules/commands/cs_set_persist.cpp
index b9d4d2c35..60cc7895d 100644
--- a/modules/commands/cs_set_persist.cpp
+++ b/modules/commands/cs_set_persist.cpp
@@ -134,7 +134,7 @@ class CommandCSSetPersist : public Command
"When persistent is set, the service bot will remain\n"
"in the channel when it has emptied of users.\n"
" \n"
- "If your IRCd does not a permanent (persistent) channel\n"
+ "If your IRCd does not have a permanent (persistent) channel\n"
"mode you must have a service bot in your channel to\n"
"set persist on, and it can not be unassigned while persist\n"
"is on.\n"
@@ -145,7 +145,7 @@ class CommandCSSetPersist : public Command
"it has been set off).\n"
" \n"
"If your IRCd has a permanent (persistent) channel mode\n"
- "and is is set or unset (for any reason, including MLOCK),\n"
+ "and it is set or unset (for any reason, including MODE LOCK),\n"
"persist is automatically set and unset for the channel aswell.\n"
"Additionally, services will set or unset this mode when you\n"
"set persist on or off."));