move ii check above irssi check

This commit is contained in:
jesopo 2019-07-07 12:30:25 +01:00
parent 37d7a96bcc
commit d7e522958c
1 changed files with 2 additions and 2 deletions

View File

@ -161,10 +161,10 @@ def _detect(client):
return "androirc"
elif client.criteria["user_hostname"].startswith("/"):
return "aicia"
elif client.criteria["twopong_cut"]:
return "irssi"
elif client.criteria["longpong_overflow"]:
return "ii"
elif client.criteria["twopong_cut"]:
return "irssi"
else:
if client.criteria["cap_302"]:
if "bitbot.dev/multiline" in client.cap_req: