relay/config.py

20 lines
312 B
Python

# 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=[]