diff --git a/main.py b/main.py index a4b7eb7..2bd7be2 100644 --- a/main.py +++ b/main.py @@ -6,7 +6,7 @@ from ircrobots import Server as BaseServer from ircrobots import ConnectionParams SERVERS = [ - ("beep", "beepboop.systems") + ("tilde", "localhost") ] class Server(BaseServer):