aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/nogaim.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2006-06-03 21:51:16 +0200
committerWilmer van der Gaast <wilmer@gaast.net>2006-06-03 21:51:16 +0200
commitfb62f81f947c74e274b05e32d2e88e3a4d7e2613 (patch)
tree66cffb74a057bbb2347e5842ec6694e0bd71672f /protocols/nogaim.h
parentc38e9656987d0b56f233353d2d0fa63c68dcf365 (diff)
Implemented netsplits for "account off".
Diffstat (limited to 'protocols/nogaim.h')
-rw-r--r--protocols/nogaim.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/protocols/nogaim.h b/protocols/nogaim.h
index 8744054a..b143440a 100644
--- a/protocols/nogaim.h
+++ b/protocols/nogaim.h
@@ -53,10 +53,12 @@
#define WEBSITE "http://www.bitlbee.org/"
#define IM_FLAG_AWAY 0x0020
-#define OPT_CONN_HTML 0x00000001
-#define OPT_LOGGED_IN 0x00010000
#define GAIM_AWAY_CUSTOM "Custom"
+#define OPT_CONN_HTML 0x00000001
+#define OPT_LOGGED_IN 0x00010000
+#define OPT_LOGGING_OUT 0x00020000
+
/* ok. now the fun begins. first we create a connection structure */
struct gaim_connection
{