aboutsummaryrefslogtreecommitdiffstats
path: root/account.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2006-07-03 01:20:27 +0200
committerWilmer van der Gaast <wilmer@gaast.net>2006-07-03 01:20:27 +0200
commit911f2eb7060f6af6fe8e4e02144cfb7c4bb4cc8b (patch)
tree596dd741397ba57b4e17d521a583bde46b15935b /account.h
parent96863f65118767e968469e82ba6b02006e36b81c (diff)
Added display_name setting for MSN connections. (Should replace the nick
command later.)
Diffstat (limited to 'account.h')
-rw-r--r--account.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/account.h b/account.h
index adb63f9e..9cf6987d 100644
--- a/account.h
+++ b/account.h
@@ -53,5 +53,6 @@ char *set_eval_account( set_t *set, char *value );
#define ACC_SET_NOSAVE 1
#define ACC_SET_OFFLINE_ONLY 2
+#define ACC_SET_ONLINE_ONLY 4
#endif