aboutsummaryrefslogtreecommitdiffstats
path: root/set.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2010-11-21 16:14:03 +0000
committerWilmer van der Gaast <wilmer@gaast.net>2010-11-21 16:14:03 +0000
commit5df65bd866aad7dd7d7b62d7a7ef168a26b002e5 (patch)
tree55d5aa36a7d490c865e9ece46f5e37f5633d2505 /set.h
parent495d21b4d09392a84ff4c6fd914a0923029d2462 (diff)
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.
Diffstat (limited to 'set.h')
-rw-r--r--set.h1
1 files changed, 1 insertions, 0 deletions
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;