mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 09:56:21 +00:00
Added port to /account show <account>
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user