diff options
| author | trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b <trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-02-28 20:18:28 +0000 |
|---|---|---|
| committer | trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b <trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-02-28 20:18:28 +0000 |
| commit | 03573ab1390c3522f8dfa5b4c7f514a6b767fe18 (patch) | |
| tree | 29f2228a197d9ed785cd8675e08f19a829875895 /docs/EVENTS | |
| parent | 607478cb0d4c78f51f17680a4d29cc2c448278c8 (diff) | |
BUILD : 1.7.8 (588) BUGS : 304 NOTES : 1. nickIsServices() no longer alters the buffer 2. Fixes +I on Unreal and Bahamut 3. Anope Feature Request 285 4. Updates documentation 5. Ratbox compiles clean with make strict 6. Trap and storing of NICKCHARS
git-svn-id: svn://svn.anope.org/anope/trunk@588 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@438 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'docs/EVENTS')
| -rw-r--r-- | docs/EVENTS | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/EVENTS b/docs/EVENTS index 869257d31..d0695fd22 100644 --- a/docs/EVENTS +++ b/docs/EVENTS @@ -14,7 +14,7 @@ Anope Internal Events events such as the databases being saved. A list of triggered events can be found below. Additional there is a module included with the core which can provide some clue as to how to use the code in your modules. - The rest of this document assumes that you are used to writting modules. + The rest of this document assumes that you are used to writing modules. 2) Complex Events @@ -160,4 +160,8 @@ Anope Internal Events | EVENT_NICK_EXPIRE | Nick of the account involved | | EVENT_CHANGE_NICK | Nick of the user involved | | EVENT_USER_LOGOFF | Nick of the user involved | + | EVENT_GROUP | Nick of the user involved | + | EVENT_NICK_IDENTIFY | Nick of the user involved | + | EVENT_SERVER_SQUIT | Name of the server involved | + | EVENT_SERVER_CONNECT | Name of the server involved | |------------------------|-------------------------------------------| |
