diff --git a/data/pixmaps/agents/jud.png b/data/pixmaps/agents/jud.png new file mode 100644 index 000000000..ac01c1f51 Binary files /dev/null and b/data/pixmaps/agents/jud.png differ diff --git a/src/disco.py b/src/disco.py index edced42db..633aede11 100644 --- a/src/disco.py +++ b/src/disco.py @@ -88,6 +88,7 @@ def _gen_agent_type_info(): ('headline', 'weather'): (False, 'weather.png'), ('gateway', 'weather'): (False, 'weather.png'), ('_jid', 'weather'): (False, 'weather.png'), + ('directory', 'user'): (None, 'jud.png'), # Transports ('conference', 'irc'): (False, 'irc.png'),