aboutsummaryrefslogtreecommitdiffstats
path: root/irc.h
diff options
context:
space:
mode:
authorMarius Halden <marius.h@lden.org>2016-03-21 13:55:32 +0100
committerMarius Halden <marius.h@lden.org>2016-05-07 14:27:54 +0200
commita21ce7901fd2d4f81cddcd7f5d30346d28dfc316 (patch)
treef9b21bfdc6a500be799c05b8f8d17011002937bd /irc.h
parent58feabffb4155be993b822b105f5fec73377fcfd (diff)
Add server-time capability
Diffstat (limited to 'irc.h')
-rw-r--r--irc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/irc.h b/irc.h
index 3d8ad1d5..f8142ae3 100644
--- a/irc.h
+++ b/irc.h
@@ -80,6 +80,7 @@ typedef enum {
CAP_EXTENDED_JOIN = (1 << 2),
CAP_AWAY_NOTIFY = (1 << 3),
CAP_USERHOST_IN_NAMES = (1 << 4),
+ CAP_SERVER_TIME = (1 << 5),
} irc_cap_flag_t;
struct irc_user;