mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-22 00:46:20 +00:00
Added /lastactivity on|off
This commit is contained in:
@@ -1459,6 +1459,12 @@ cons_show_presence_prefs(void)
|
||||
cons_show("");
|
||||
cons_autoaway_setting();
|
||||
|
||||
if (prefs_get_boolean(PREF_LASTACTIVITY)) {
|
||||
cons_show("Send last activity (/lastactivity) : ON");
|
||||
} else {
|
||||
cons_show("Send last activity (/lastactivity) : OFF");
|
||||
}
|
||||
|
||||
cons_alert();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user