Просмотр исходного кода

Merge branch 'master' into next

* master:
  Document capslimit/colorlimit
  Clarify what flood-m* settings are for
Bryan Drewery 14 лет назад
Родитель
Сommit
06e38d079d
1 измененных файлов с 8 добавлено и 1 удалено
  1. 8 1
      doc/help.txt

+ 8 - 1
doc/help.txt

@@ -369,6 +369,12 @@ See also: link%{+a}, newhub%{-}
                           enforce +p as well. The point is to notice the chan
                           and bots when an /invite is done. This is useful in 
                           seeing when a shell is hijacked ;)
+        $bcapslimit$b         If this is set, any +f bots will kick a client for using
+                          too many caps. This is a percentage (0-100) of how much of
+                          their message can be caps before being kicked.
+        $bcolorlimit$b        If this is set, any +f bot will kick the client for
+                          excess color codes. The setting is how many color/bold
+                          character codes the message may contain before being kicked.
         $bban-time$b          Set here how long temporary bans will last (in
                           minutes). If you set this setting to 0, the bot will
                           never remove them. (This also requires +dynamicbans)
@@ -563,7 +569,8 @@ See also: link%{+a}, newhub%{-}
                     one host constitutes a flood. Setting this to 0 or 0:0
                     disables nick flood protection for the channel.
    The following settings will trigger a lockdown (chanmode +mi) for 'flood-lock-time'
-   seconds.
+   seconds. Unlike the other flood-* settings, these will trigger on $bmultiple$b clients.
+   They are for catching mass floods.
         $bflood-mjoin$b  Set how many joins in how many seconds before triggering
                     a lockdown for mass join. Setting this to 0 or 0:0 disables mass
                     join protection for the channel.