Merge pull request #81 from beherit/master
mod_statsdx: Recognize two polish client names
This commit is contained in:
commit
ac36d6c6dc
|
@ -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}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue