mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-26 04:26:21 +00:00
Added /prefs otr
This commit is contained in:
@@ -653,6 +653,10 @@ cmd_prefs(gchar **args, struct cmd_help_t help)
|
||||
cons_show("");
|
||||
cons_show_presence_prefs();
|
||||
cons_show("");
|
||||
} else if (strcmp(args[0], "otr") == 0) {
|
||||
cons_show("");
|
||||
cons_show_otr_prefs();
|
||||
cons_show("");
|
||||
} else {
|
||||
cons_show("Usage: %s", help.usage);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user