diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/modules.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/modules.h b/include/modules.h index d034ebac2..9b45eb3c8 100644 --- a/include/modules.h +++ b/include/modules.h @@ -221,7 +221,6 @@ enum Priority { PRIORITY_FIRST, PRIORITY_LAST, PRIORITY_BEFORE, PRIORITY_AFTER } */ enum Implementation { - I_BEGIN, I_OnUserConnect, I_OnUserQuit, I_OnUserDisconnect, I_OnUserJoin, I_OnUserPart, I_OnSendSnotice, I_OnUserPreJoin, I_OnUserPreKick, I_OnUserKick, I_OnOper, I_OnInfo, I_OnWhois, I_OnUserPreInvite, I_OnUserInvite, I_OnUserPreMessage, I_OnUserPreNick, |