Display mood preferences
This commit is contained in:
@@ -1733,6 +1733,7 @@ cons_show_ui_prefs(void)
|
||||
cons_inpblock_setting();
|
||||
cons_titlebar_setting();
|
||||
cons_statusbar_setting();
|
||||
cons_mood_setting();
|
||||
|
||||
cons_alert(NULL);
|
||||
}
|
||||
@@ -2947,3 +2948,13 @@ cons_remove_alert(ProfWin* window)
|
||||
g_list_free_full(item, g_free);
|
||||
free(win_name);
|
||||
}
|
||||
|
||||
void
|
||||
cons_mood_setting(void)
|
||||
{
|
||||
if (prefs_get_boolean(PREF_MOOD)) {
|
||||
cons_show("Display user mood (/mood) : ON");
|
||||
} else {
|
||||
cons_show("Display user mood (/mood) : OFF");
|
||||
}
|
||||
}
|
||||
|
||||
@@ -334,6 +334,7 @@ void cons_executable_setting(void);
|
||||
void cons_slashguard_setting(void);
|
||||
void cons_mam_setting(void);
|
||||
void cons_silence_setting(void);
|
||||
void cons_mood_setting(void);
|
||||
void cons_show_contact_online(PContact contact, Resource* resource, GDateTime* last_activity);
|
||||
void cons_show_contact_offline(PContact contact, char* resource, char* status);
|
||||
void cons_theme_properties(void);
|
||||
|
||||
Reference in New Issue
Block a user