Guest

MaienM

By: a guest on Apr 7th, 2010  |  syntax: Python  |  size: 0.70 KB  |  hits: 215  |  expires: Never
download  |  raw  |  embed  |  report abuse
Copied
  1. # Settings for PhennyDef
  2. # The channels in which the defines may be changed. If not specified, the channels on the auto join list will be used.
  3. #define_channels = []
  4.  
  5. # Are people allowed to change defs through PM? Default is false.
  6. #define_pm = False
  7.  
  8. # Is setting aliases limited to admins? Default is false.
  9. #define_aliasadminonly = True
  10.  
  11. # The first blacklist. Nicknames on this list may not change defs.
  12. #define_blacklist_users = []
  13.  
  14. # The second blacklist. Defs for nicknames/terms on this list may not be set.
  15. #define_blacklist_defs = ['.k', '.kick', '.kb', '.kickban', '.akick', '.access', '.halfop', '.dehalfop', '.voice', '.devoice', '.op', '.deop', '.protect', '.deprotect', '.owner', '.deowner']