diff options
author | DjSlash <djslash@djslash.org> | 2011-03-18 19:49:35 +0100 |
---|---|---|
committer | DjSlash <djslash@djslash.org> | 2011-03-18 19:49:35 +0100 |
commit | d73be0b3967ac2f5bfb0278e6e2cbf7bfe78f54a (patch) | |
tree | 612ee631d6e263ea95f1ee1f4046981150467bb2 | |
parent | 73b297aeb21b4f2873ceedb70236a78659a53ee4 (diff) |
Fix for bug 80
-rw-r--r-- | docs/inspircd.helpop-full.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/inspircd.helpop-full.example b/docs/inspircd.helpop-full.example index 4e679901c..98604ceaf 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 |