re-enable efnet
This commit is contained in:
parent
90e59f9868
commit
277d001f52
1 changed files with 1 additions and 1 deletions
2
core.py
2
core.py
|
@ -13,7 +13,7 @@ def launch(server: str) -> None:
|
|||
servers = {
|
||||
"ircnow": {"noWrap": True, "func": launch, "args": ["ircnow"]},
|
||||
"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"]},
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue