Added /console command
This commit is contained in:
@@ -1079,6 +1079,14 @@ cons_encwarn_setting(void)
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
cons_console_setting(void)
|
||||
{
|
||||
char *setting = prefs_get_string(PREF_CONSOLE_MUC);
|
||||
cons_show("Console MUC messages (/console) : %s", setting);
|
||||
prefs_free_string(setting);
|
||||
}
|
||||
|
||||
void
|
||||
cons_tlsshow_setting(void)
|
||||
{
|
||||
@@ -1349,6 +1357,7 @@ cons_show_ui_prefs(void)
|
||||
cons_resource_setting();
|
||||
cons_vercheck_setting();
|
||||
cons_statuses_setting();
|
||||
cons_console_setting();
|
||||
cons_occupants_setting();
|
||||
cons_roster_setting();
|
||||
cons_privileges_setting();
|
||||
|
||||
@@ -268,6 +268,7 @@ void cons_theme_setting(void);
|
||||
void cons_resource_setting(void);
|
||||
void cons_privileges_setting(void);
|
||||
void cons_beep_setting(void);
|
||||
void cons_console_setting(void);
|
||||
void cons_flash_setting(void);
|
||||
void cons_splash_setting(void);
|
||||
void cons_encwarn_setting(void);
|
||||
|
||||
Reference in New Issue
Block a user