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