nick = 'paperbot' # password is the NickServ password, serverpass is the server password host = 'irc.freenode.net' # serverpass = 'serverpass' channels = ['##hplusroadmap', '#paperbot-testing'] # '#swhack', '#aaronsw', '#lesswrong', "#aha", "#biology", "##neuroscience", "#bioinformatics"] # These are people who will be able to use admin.py's functions... owner = 'kanzure' admins = [owner, 'fenn', 'jrayhawk', 'gnusha'] exclude = [] #['admin'] # If you want to enumerate a list of modules rather than disabling # some, use "enable = ['example']", which takes precedent over exclude # enable = ["startup", "papers", "reload"] # Directories to load user modules from # e.g. /path/to/my/modules extra = ["/srv/ikiwiki/paperbot/modules/"] # Services to load: maps channel names to white or black lists external = { '#liberal': ['!'], # allow all '#conservative': [], # allow none #'*': ['!'], # default whitelist, allow all '##hplusroadmap': ['reload', 'papers'], '#aha': ['papers'], } # EOF