mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-20 17:56:22 +00:00
Added /otr char and /pgp char
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user