Added /otr char and /pgp char

This commit is contained in:
James Booth
2015-08-26 01:24:53 +01:00
parent 1bf584793f
commit 98ea744648
3 changed files with 46 additions and 10 deletions

View File

@@ -1453,6 +1453,9 @@ cons_show_otr_prefs(void)
}
prefs_free_string(log_value);
char ch = prefs_get_otr_char();
cons_show("OTR char (/otr char) : %c", ch);
cons_alert();
}
@@ -1472,6 +1475,9 @@ cons_show_pgp_prefs(void)
}
prefs_free_string(log_value);
char ch = prefs_get_pgp_char();
cons_show("PGP char (/pgp char) : %c", ch);
cons_alert();
}