config.py.example (466B)
1 2 # name hostname port tls 3 SERVERS = [ 4 ("freenode", "chat.freenode.net.invalid", 6697, True), 5 ("tilde", "irc.tilde.chat.invalid", 6697, True), 6 ("technet","irc.technet.xi.ht.invalid", 6697, True), 7 ("vulpineawoo","irc.wppnx.pii.at.invalid", 6697, True), 8 ("alphachat","irc.alphachat.net.invalid", 6697, True), 9 ] 10 11 NICKNAME = 'testrelay' 12 CHANNEL = '#testrelay' 13 FNCHANNEL = '##testrelay' 14 15 ADMINS=['jess'] 16 17 NOPING=['MIF'] 18