aboutsummaryrefslogtreecommitdiff
path: root/plugin_client_header.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugin_client_header.h')
-rw-r--r--plugin_client_header.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin_client_header.h b/plugin_client_header.h
index d1be0b5..e69b1e5 100644
--- a/plugin_client_header.h
+++ b/plugin_client_header.h
@@ -7,6 +7,7 @@ enum plugin_event_type{
PLUGIN_EVENT_MESSAGE, // message, user, room
PLUGIN_EVENT_ONLINE, // user, num
PLUGIN_EVENT_JOIN, // user, room
+ PLUGIN_EVENT_LEAVE, // user, room
};
struct plugin_event{