summaryrefslogtreecommitdiff
path: root/docs/inspircd.helpop-full.example
diff options
context:
space:
mode:
authorDaniel De Graaf <danieldg@inspircd.org>2011-04-18 21:48:05 -0400
committerDaniel De Graaf <danieldg@inspircd.org>2011-04-18 21:48:05 -0400
commit7aab0d12db670fea68a258d9ae2b05ea5c4615be (patch)
tree53c10401dd88f36ae26daf73cf32abaf0855bb5e /docs/inspircd.helpop-full.example
parenta07ad071563e924664cbf15e98557f9d4838062e (diff)
parent00d5b1e12c5f3735e23ae29f6de505fb2d868a5a (diff)
Merge commit 'refs/merge-requests/5' of git://gitorious.org/inspircd/inspircd into insp20
Diffstat (limited to 'docs/inspircd.helpop-full.example')
-rw-r--r--docs/inspircd.helpop-full.example6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/inspircd.helpop-full.example b/docs/inspircd.helpop-full.example
index 4e679901c..f85aab9f5 100644
--- a/docs/inspircd.helpop-full.example
+++ b/docs/inspircd.helpop-full.example
@@ -96,13 +96,13 @@ and S queries the status.">
Authenticate for a vhost using the specified username and password.">
-<helpop key="remove" value="/REMOVE [channel] [nick] {[reason]}
+<helpop key="remove" value="/REMOVE [nick] [channel] {[reason]}
Removes a user from a channel you specify. You must be at least a
channel halfoperator to remove a user. A removed user will part with
a message stating they were removed from the channel and by whom.">
-<helpop key="fpart" value="/FPART [nick] [channel] {[reason]}
+<helpop key="fpart" value="/FPART [channel] [nick] {[reason]}
This behaves identically to /REMOVE, the only difference is that that
[channel] and [nick] parameters are switched around to match /KICK's
@@ -132,7 +132,7 @@ Valid SILENCE Flags
Multiple letters may be specified. For an exception, you msut pair x
with what you want excepted. For example, if you wanted to except
everything from people with a host matching *.foo.net, you would do
-/SILENCE +xa *!*@*.foo.net
+/SILENCE +*!*@*.foo.net xa
/SILENCE without a parameter will list the hostmasks that you have silenced.">