summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2014-04-06 16:21:04 +0200
committerAttila Molnar <attilamolnar@hush.com>2014-04-06 16:21:04 +0200
commitdcff3882021cd2b1169d0f3e0dfc7fe2b95285a6 (patch)
treef48740f1fa58160010365d26b3a3e4945b8fb1ae
parentcf89660a6b1fde729cfa7f9462f9396394d8b658 (diff)
Fix typo in helpop-full that prevented it from loading and other minor helpop issues
-rw-r--r--docs/conf/helpop-full.conf.example4
-rw-r--r--docs/conf/helpop.conf.example3
2 files changed, 4 insertions, 3 deletions
diff --git a/docs/conf/helpop-full.conf.example b/docs/conf/helpop-full.conf.example
index 445e0dd91..556d4c1a8 100644
--- a/docs/conf/helpop-full.conf.example
+++ b/docs/conf/helpop-full.conf.example
@@ -72,7 +72,7 @@ private message you when you have usermode +g set. ACCEPT +nick adds
a nick to your accept list, ACCEPT -nick removes a nick from your
accept list, and ACCEPT * displays your accept list.">
-<helpop key="cycle" value="/CYCLE [channel] [reason]
+<helpop key="cycle" value="/CYCLE [channel] :[reason]
Cycles a channel (leaving and rejoining), overrides restrictions that
would stop a new user joining, such as user limits and channel keys.">
@@ -986,7 +986,7 @@ Note that all /STATS use is broadcast to online IRC operators.">
Q Allows receipt of remote quit messages.
t Allows receipt of attempts to use /STATS (local and remote).
v Allows receipt of oper-override notices (requires override module).
- x Allows receipt of local Xline notices (g/z/q/k/e/R/shuns)."
+ x Allows receipt of local Xline notices (g/Z/q/k/e/R/shuns).
X Allows receipt of remote Xline notices (g/Z/q/k/e/R/shuns).">
######################
diff --git a/docs/conf/helpop.conf.example b/docs/conf/helpop.conf.example
index 56af7557a..555409863 100644
--- a/docs/conf/helpop.conf.example
+++ b/docs/conf/helpop.conf.example
@@ -244,7 +244,8 @@ help channel if you have any questions.">
Q Allows receipt of remote quit messages.
t Allows receipt of attempts to use /STATS (local and remote).
v Allows receipt of oper-override notices (requires override module).
- x Allows receipt of Xline notices (g/z/q/k/e/R/shuns).">
+ x Allows receipt of local Xline notices (g/Z/q/k/e/R/shuns).
+ X Allows receipt of remote Xline notices (g/Z/q/k/e/R/shuns).">
<helpop key="extbans" value="Extended Bans
----------