mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
commit
b75bc660b4
@ -558,7 +558,7 @@ cons_show_disco_info(const char *jid, GSList *identities, GSList *features)
|
||||
if ((identities && (g_slist_length(identities) > 0)) ||
|
||||
(features && (g_slist_length(features) > 0))) {
|
||||
cons_show("");
|
||||
cons_show("Service disovery info for %s", jid);
|
||||
cons_show("Service discovery info for %s", jid);
|
||||
|
||||
if (identities) {
|
||||
cons_show(" Identities");
|
||||
|
Loading…
Reference in New Issue
Block a user