relay/config.py.example

21 lines
570 B
Plaintext

# name hostname port tls
SERVERS = [
("tilde", "irc.tilde.chat.invalid", 6697),
("technet","irc.technet.xi.ht.invalid", 6697),
("vulpineawoo","foxes.are.allowed.org.invalid", 6697),
("alphachat","irc.alphachat.net.invalid", 6697),
]
NICKNAME = 'testrelay'
CHANNEL = '#testrelay'
FNCHANNEL = '##testrelay'
# nickserv accounts of people who can run admin commands
ADMINS=['jess']
# strings to break for preventing pings
# unlikely to be useful unless you are on both sides of the relay on the same client
NOPING=['MIF']