From 5df65bd866aad7dd7d7b62d7a7ef168a26b002e5 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sun, 21 Nov 2010 16:14:03 +0000 Subject: Don't save the global "away" settings, leave that to the IRC /AWAY info coming from the IRC client. Also, hide it from the settings list, it doesn't belong there. --- set.h | 1 + 1 file changed, 1 insertion(+) (limited to 'set.h') diff --git a/set.h b/set.h index d5be7644..2a8400dd 100644 --- a/set.h +++ b/set.h @@ -44,6 +44,7 @@ extern char *SET_INVALID; typedef enum { + SET_NOSAVE = 0x0001, SET_NULL_OK = 0x0100, SET_HIDDEN = 0x0200, } set_flags_t; -- cgit v1.2.3