remove freenode, andrew lee is a bad boy

This commit is contained in:
vulpine 2021-05-20 22:12:20 -04:00 committed by GitHub
parent d83a06dfa8
commit ebd6f4b7d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -1,10 +1,9 @@
# name hostname port tls
SERVERS = [
("freenode", "chat.freenode.net.invalid", 6697, True),
("tilde", "irc.tilde.chat.invalid", 6697, True),
("technet","irc.technet.xi.ht.invalid", 6697, True),
("vulpineawoo","irc.wppnx.pii.at.invalid", 6697, True),
("vulpineawoo","foxes.are.allowed.org.invalid", 6697, True),
("alphachat","irc.alphachat.net.invalid", 6697, True),
]
@ -12,7 +11,10 @@ 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']