Add useragent detection: siskin-probably
This commit is contained in:
parent
d2a005ebbd
commit
daf1d114e1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user