Implemented regular chat notify triggers

This commit is contained in:
James Booth
2015-11-25 01:42:27 +00:00
parent 01682a7594
commit b9794361f7
3 changed files with 39 additions and 15 deletions

View File

@@ -213,7 +213,7 @@ char* prefs_get_string(preference_t pref);
void prefs_free_string(char *pref);
void prefs_set_string(preference_t pref, char *value);
gboolean prefs_get_notify_chat(gboolean current_win);
gboolean prefs_get_notify_chat(gboolean current_win, const char *const message);
gboolean prefs_get_notify_room(gboolean current_win, const char *const nick, const char *const message);
#endif