change hostname so it connects to tilde.chat

This commit is contained in:
randomuser 2021-08-04 03:51:51 +00:00
parent 5ad8f7d130
commit fdc5bfbc86
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ from ircrobots import Server as BaseServer
from ircrobots import ConnectionParams
SERVERS = [
("beep", "beepboop.systems")
("tilde", "localhost")
]
class Server(BaseServer):