detect sic by twopong_cut

This commit is contained in:
jesopo 2019-07-07 11:12:01 +01:00
parent 868586e181
commit 3523890e64
1 changed files with 4 additions and 1 deletions

View File

@ -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"]: