diff options
author | trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b <trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-02-15 02:15:57 +0000 |
---|---|---|
committer | trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b <trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-02-15 02:15:57 +0000 |
commit | 1da30bfdeaa391c9179a9f8719d24e9f45d9ae65 (patch) | |
tree | 703a7744d30b532b56abd14b0ef4c8567638c4c0 /docs/EVENTS | |
parent | 59f3a38ffd13b9fa2d31b89efa7558f4919c810b (diff) |
BUILD : 1.7.8 (575) BUGS : N/A NOTES : Some event clean ups found by heinz today
git-svn-id: svn://svn.anope.org/anope/trunk@575 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@425 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'docs/EVENTS')
-rw-r--r-- | docs/EVENTS | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/EVENTS b/docs/EVENTS index 4d4819588..0fae9f766 100644 --- a/docs/EVENTS +++ b/docs/EVENTS @@ -146,8 +146,10 @@ E. With that setup in your function you will be passed 1 items, the message is v | EVENT_RESTART | EVENT_START |
| EVENT_SHUTDOWN | EVENT_START, EVENT_STOP |
| EVENT_SIGNAL | quit message |
-| EVENT_NICK_REGISTED | Nick |
+| EVENT_NICK_REGISTERED | Nick |
| EVENT_NICK_DROPPED | Nick |
| EVENT_NICK_FORBIDDEN | Nick |
| EVENT_CHANGE_NICK | Nick |
-==============================================================================================
\ No newline at end of file +| EVENT_USER_LOGOFF | Nick |
+==============================================================================================
+
|