From ebd6f4b7d00bda0b8a993d56885d31ad10a2d390 Mon Sep 17 00:00:00 2001 From: owen Date: Thu, 20 May 2021 22:12:20 -0400 Subject: [PATCH] remove freenode, andrew lee is a bad boy --- config.py.example | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config.py.example b/config.py.example index e8e8e1a..cf6d260 100644 --- a/config.py.example +++ b/config.py.example @@ -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']