diff --git a/plugins/Dict.py b/plugins/Dict.py index bbb742ea7..6886d83f2 100644 --- a/plugins/Dict.py +++ b/plugins/Dict.py @@ -136,7 +136,7 @@ class Dict(callbacks.Privmsg): s = utils.normalizeWhitespace(s).rstrip(';.,') L.append('%s: %s' % (db, s)) utils.sortBy(len, L) - if dictionary == '*': + if dictionary == '*' and len(dbs) > 1: s = '%s responded: %s' % (utils.commaAndify(dbs), '; '.join(L)) else: s = '; '.join(L)