summaryrefslogtreecommitdiff
path: root/include/events.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/events.h')
-rw-r--r--include/events.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/events.h b/include/events.h
index 1fca188df..2c221b2a0 100644
--- a/include/events.h
+++ b/include/events.h
@@ -64,3 +64,7 @@
#define EVENT_ACCESS_CLEAR "access_clear"
#define EVENT_NICK_LOGOUT "nick_logout"
#define EVENT_CHAN_KICK "chan_kick"
+#define EVENT_MODLOAD "modload"
+#define EVENT_MODUNLOAD "modunload"
+#define EVENT_ADDCOMMAND "addcommand"
+#define EVENT_DELCOMMAND "delcommand"