aboutsummaryrefslogtreecommitdiff
path: root/plugin_client_header.h
diff options
context:
space:
mode:
authorTom Smeding <tom.smeding@gmail.com>2020-09-29 22:18:33 +0200
committerTom Smeding <tom.smeding@gmail.com>2020-09-29 22:25:23 +0200
commita8a0603375fa4c5c1e61bd8a0dc0ed7f3f77854e (patch)
treec1749d16c7fe8fad8b0d04cc80092cd22c180a9d /plugin_client_header.h
parent1ecfdb8eef2e1cf5c9f017708b6313ea5d4093d7 (diff)
server: Implement room_leave
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{