aboutsummaryrefslogtreecommitdiff
path: root/weechat/net.h
diff options
context:
space:
mode:
Diffstat (limited to 'weechat/net.h')
-rw-r--r--weechat/net.h1
1 files changed, 1 insertions, 0 deletions
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
};