diff --git a/start.py b/start.py index c164f3f..c3b901a 100755 --- a/start.py +++ b/start.py @@ -155,7 +155,10 @@ def _detect(client): elif (client.criteria["longpong"] and not client.criteria["spacepong"] and client.criteria["user_hostname"] == "localhost"): - return "androirc" + if client.criteria["twopong_cut"]: + return "sic" + else: + return "androirc" elif client.criteria["user_hostname"].startswith("/"): return "aicia" elif client.criteria["twopong_cut"]: