diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-11-21 16:14:03 +0000 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-11-21 16:14:03 +0000 |
commit | 5df65bd866aad7dd7d7b62d7a7ef168a26b002e5 (patch) | |
tree | 55d5aa36a7d490c865e9ece46f5e37f5633d2505 /set.h | |
parent | 495d21b4d09392a84ff4c6fd914a0923029d2462 (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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -44,6 +44,7 @@ extern char *SET_INVALID; typedef enum { + SET_NOSAVE = 0x0001, SET_NULL_OK = 0x0100, SET_HIDDEN = 0x0200, } set_flags_t; |