1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00

Added port to /account show <account>

This commit is contained in:
James Booth 2014-01-19 00:09:51 +00:00
parent 0edfef5612
commit 2f58b2488f

View File

@ -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);
}