re-enable efnet

This commit is contained in:
Firepup Sixfifty 2024-04-11 21:41:15 -05:00
parent 90e59f9868
commit 277d001f52
Signed by: Firepup650
GPG key ID: 7C92E2ABBBFAB9BA

View file

@ -13,7 +13,7 @@ def launch(server: str) -> None:
servers = { servers = {
"ircnow": {"noWrap": True, "func": launch, "args": ["ircnow"]}, "ircnow": {"noWrap": True, "func": launch, "args": ["ircnow"]},
"replirc": {"noWrap": True, "func": launch, "args": ["replirc"]}, "replirc": {"noWrap": True, "func": launch, "args": ["replirc"]},
# "efnet": {"noWrap": True, "func": launch, "args": ["efnet"]}, "efnet": {"noWrap": True, "func": launch, "args": ["efnet"]},
"backupbox": {"noWrap": True, "func": launch, "args": ["backupbox"]}, "backupbox": {"noWrap": True, "func": launch, "args": ["backupbox"]},
} }