Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwurstsalat <mailtrash@posteo.de>2021-12-12 01:21:03 +0300
committerwurstsalat <mailtrash@posteo.de>2021-12-12 01:23:26 +0300
commitb01504fae99961b28362495032d1d0bb7d3f461e (patch)
tree658ff2822835935ad0fcfb786c9eec76c25192e4 /clients_icons/clients.py
parenta16331950610868b12c46d6cfa9cf4cae06b4731 (diff)
[clients_icons] Add monocles chat
Fixes #573
Diffstat (limited to 'clients_icons/clients.py')
-rw-r--r--clients_icons/clients.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/clients_icons/clients.py b/clients_icons/clients.py
index 6ddf949..4643b26 100644
--- a/clients_icons/clients.py
+++ b/clients_icons/clients.py
@@ -71,6 +71,7 @@ CLIENTS = ClientsDict({
),
'http://jabber.pix-art.de': ClientData(('Pix-Art Messenger', 'pixart')),
'http://blabber.im': ClientData(('blabber.im', 'blabber')),
+ 'http://monocles.de': ClientData(('monocles chat', 'monocles-chat')),
'http://pidgin.im/': ClientData(('Pidgin', 'pidgin')),
'https://poez.io': ClientData(('Poezio', 'poezio')),
'https://yaxim.org/': ClientData(('yaxim', 'yaxim')),