Browse Source

* Update docs

Bryan Drewery 14 years ago
parent
commit
d62ef97423
2 changed files with 8 additions and 0 deletions
  1. 2 0
      doc/UPDATES
  2. 6 0
      doc/help.txt

+ 2 - 0
doc/UPDATES

@@ -1,3 +1,5 @@
+* Add chanset 'closed-exempt' which will allow exempting non-users (who are opped or voice) from being kicked. (fixes #171)
+
 1.3.3 - http://wraith.botpack.net/milestone/1.3.3
   * Fix --disable-ipv6 compiling
   * Update cmd_mop to support console channel (so it works via Auth commands better)

+ 6 - 0
doc/help.txt

@@ -416,6 +416,12 @@ See also: link
                               None/0         Stick to regular checking (+x)
                               Op/1           Ops are exempt from flood checks
                               Voice/2        Voices are exempt from flood checks
+        $bclosed-exempt$b     Should clients be exempt from +closed kicks based
+                              on their channel status?
+                              Valid values are:
+                              None/0         Stick to regular user checking (+o)
+                              Op/1           Ops are exempt from +closed kicks
+                              Voice/2        Voices are exempt from +closed kicks
  
         $bflood-lock-time$b   How long in seconds to keep the channel locked
                          during drone floods.