]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - docs/inspircd.helpop-full.example
Fix extras compilation under Windows
[user/henk/code/inspircd.git] / docs / inspircd.helpop-full.example
index 740d111b92c60ef8d4d0bdae50f00dca0fdb3ef0..f85aab9f5b6f470b9f1437809075dd541ccb0b31 100644 (file)
@@ -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.">
 
@@ -378,7 +378,7 @@ SAJOIN    SAPART    SAMODE      SATOPIC  SAKICK
 
 KILL      SAQUIT    GLINE       ZLINE    QLINE
 KLINE     RLINE     ELINE       CBAN     SHUN
-FILTER
+FILTER    OJOIN
 
 CONNECT   SQUIT     RCONNECT    RSQUIT
 
@@ -474,6 +474,13 @@ filter will be removed. Note that if you remove a
 configuration-defined filter, it will reappear at next rehash unless
 it is also removed from the config file.">
 
+<helpop key="ojoin" value="/OJOIN [#chan]
+
+Force joins you to the specified channel, and gives you +Y and any other
+configuration-defined modes on it, preventing you from being kicked.
+Depending on configuration, may announce that you have joined the
+channel on official network business.">
+
 <helpop key="clones" value="/CLONES [limit]
 
 Retrieves a list of users with more clones than the specified
@@ -979,6 +986,7 @@ Note that all /STATS use is broadcast to online IRC operators.">
  q      Allows receipt of local quit messages.
  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 notice (g/z/q/k/e).">
 
 ######################