mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-27 18:56:22 +00:00
Added auto xa option, tidied autoaway code
This commit is contained in:
@@ -93,6 +93,7 @@ typedef enum {
|
||||
PREF_AUTOAWAY_CHECK,
|
||||
PREF_AUTOAWAY_MODE,
|
||||
PREF_AUTOAWAY_MESSAGE,
|
||||
PREF_AUTOXA_MESSAGE,
|
||||
PREF_CONNECT_ACCOUNT,
|
||||
PREF_DEFAULT_ACCOUNT,
|
||||
PREF_LOG_ROTATE,
|
||||
@@ -143,6 +144,8 @@ gint prefs_get_roster_size(void);
|
||||
|
||||
gint prefs_get_autoaway_time(void);
|
||||
void prefs_set_autoaway_time(gint value);
|
||||
gint prefs_get_autoxa_time(void);
|
||||
void prefs_set_autoxa_time(gint value);
|
||||
|
||||
char prefs_get_otr_char(void);
|
||||
void prefs_set_otr_char(char ch);
|
||||
|
||||
Reference in New Issue
Block a user