# for relay.py SERVERS = { "freenode": { "connection": ("chat.freenode.net", 6697, True), "chans": ["#hedy", "#hedy2"], }, "tilde": { "connection": ("irc.tilde.chat", 6697, True), "chans": ["##hedy"] }, } NICKNAME = 'hbot' ADMINS=['hedy', 'hedyli'] NOPING=[]