From cabb16d3efbbae19f4da4ceed46610f63e0cd0ae Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Tue, 29 Sep 2020 23:14:32 +0200 Subject: weechat: Protocol version 3 compatible (sortof) --- weechat/net.h | 1 + 1 file changed, 1 insertion(+) (limited to 'weechat/net.h') diff --git a/weechat/net.h b/weechat/net.h index 4a61bca..db86ec3 100644 --- a/weechat/net.h +++ b/weechat/net.h @@ -21,6 +21,7 @@ enum net_response_type{ NET_HISTORY, // room, username, timestamp, msgid, replyid, message NET_JOIN, // room, username NET_INVITE, // room, username + NET_LEAVE, // room, username NET_ONLINE, // online.username, online.num }; -- cgit v1.2.3-70-g09d2