Add useragent detection: siskin-probably

This commit is contained in:
pitchum 2024-09-24 08:59:16 +02:00 committed by root
parent d2a005ebbd
commit daf1d114e1

View File

@ -143,6 +143,8 @@ _useragents_stats() {
ua=bitlbee
elif echo ${line} | grep -qEi "(pidgin|gaim)" ; then
ua=pidgin
elif echo ${line} | grep -qEi "iPhone" ; then
ua=siskin-probably
elif echo ${line} | grep -qEi "^[0-9]{21,26}" ; then
ua=pidgin-probably
elif echo ${line} | grep -qEi "macbook" ; then