aboutsummaryrefslogtreecommitdiffstats
path: root/irc.h
diff options
context:
space:
mode:
Diffstat (limited to 'irc.h')
-rw-r--r--irc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/irc.h b/irc.h
index 093de7c9..309f79e6 100644
--- a/irc.h
+++ b/irc.h
@@ -40,11 +40,11 @@
typedef enum
{
- USTATUS_OFFLINE,
+ USTATUS_OFFLINE = 0,
USTATUS_AUTHORIZED,
USTATUS_LOGGED_IN,
USTATUS_IDENTIFIED,
- USTATUS_SHUTDOWN
+ USTATUS_SHUTDOWN = -1
} irc_status_t;
typedef struct channel