mod_statsdx: Recognize two polish client names

This commit is contained in:
Krzysztof Grochocki 2015-03-09 00:28:37 +01:00
parent af33df5594
commit 0b4a282f24
1 changed files with 2 additions and 0 deletions

View File

@ -877,6 +877,8 @@ list_elem(clients, full) ->
{"Profanity", profanity}, {"Profanity", profanity},
{"centerim", centerim}, {"centerim", centerim},
{"Conversations", conversations}, {"Conversations", conversations},
{"AQQ", aqq},
{"WTW", wtw},
{"yaxim", yaxim}, {"yaxim", yaxim},
{"unknown", unknown} {"unknown", unknown}
]; ];