From 2f58b2488f66761d693d071861bbfbf228f06602 Mon Sep 17 00:00:00 2001 From: James Booth Date: Sun, 19 Jan 2014 00:09:51 +0000 Subject: Added port to /account show --- src/ui/console.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/ui/console.c b/src/ui/console.c index 8a746959..d1c1e52b 100644 --- a/src/ui/console.c +++ b/src/ui/console.c @@ -797,6 +797,9 @@ _cons_show_account(ProfAccount *account) if (account->server != NULL) { cons_show ("server : %s", account->server); } + if (account->port != 0) { + cons_show ("port : %d", account->port); + } if (account->muc_service != NULL) { cons_show ("muc service : %s", account->muc_service); } -- cgit 1.4.1-2-gfad0