From b533e2d0f87f766f882b7927c3e28c9cc1f73424 Mon Sep 17 00:00:00 2001 From: jesopo Date: Sun, 8 Sep 2019 12:48:29 +0100 Subject: [PATCH] detect turboirc --- start.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/start.py b/start.py index 3fb4b29..2032a90 100755 --- a/start.py +++ b/start.py @@ -164,6 +164,9 @@ def _detect(client): return "ii" elif client.criteria["twopong_cut"]: return "irssi" + elif (not client.criteria["lowerpong"] and + client.criteria["user_servername"] == "0"): + return "turboirc" else: if client.criteria["cap_302"]: if "bitbot.dev/multiline" in client.cap_req: