Code Tidy - Pastebin

New     Fork     Embed     View raw     Report
groups - text

Embed

You can embed this paste into a blog or website with this code:

<iframe class="codetidy" type="text/html" width="100%" src="http://codetidy.com/paste/embed/172" frameborder="0"></iframe>

Add comment

Captcha
  1. Groups?
  2. {?
  3.   /**?
  4.    * Allowed properties for a group:?
  5.    *?
  6.    *   "flags"           - Flag string.?
  7.    *   "immunity"        - Immunity level number, or a group name.?
  8.    *             If the group name is a number, prepend it with an ?
  9.    *             '@' symbol similar to admins_simple.ini.  Users ?
  10.    *             will only inherit the level number if it's higher ?
  11.    *             than their current value.?
  12.    */?
  13.   "Default"?
  14.   {?
  15.     "immunity"    "1"?
  16.   }?
  17.   ?
  18.   "root"?
  19.   {?
  20.     /**?
  21.      * You can override commands and command groups here.?
  22.      * Specify a command name or group and either "allow" or "deny"?
  23.      * Examples:?
  24.      *     ":CSDM"      "allow"?
  25.      *    "csdm_enable"  "deny"?
  26.      */?
  27.      Overrides?
  28.      {?
  29.      }?
  30.     "flags"      "abcdefghiz"?
  31.  ?
  32.     /* Largish number for lots of in-between values. */?
  33.     "immunity"    "99"?
  34.   }?
  35. }?
  36.  ?
  37.  ?
© 2011 Code Tidy  Terms and conditions