diff options
| author | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-03-26 10:26:43 +0000 |
|---|---|---|
| committer | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-03-26 10:26:43 +0000 |
| commit | baaef792830339ea84411a16f4f0a8ae9aa28796 (patch) | |
| tree | 760ab244ef00adb5af5c9dcc0211dcb74bbcb958 /docs | |
| parent | f3d7f8e676f7b76d5af29bb9d58ffe108c05c194 (diff) | |
BUILD : 1.7.8 (643) BUGS : NOTES : Fixed: (1) memleak in nickIsServices [src/misc.c] (2) Fixed language files to reflect r641 (3) Updated nl.l (4) Added event of r642 to docs/EVENTS
git-svn-id: svn://svn.anope.org/anope/trunk@643 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@491 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/EVENTS | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/EVENTS b/docs/EVENTS index 0d7232a1e..8b5185a9b 100644 --- a/docs/EVENTS +++ b/docs/EVENTS @@ -238,8 +238,7 @@ Anope Internal Events EVENT_NICK_FORBIDDEN A user's nick has just been forbidden. - The argument contains the nickname of the user that has just been - forbidden. + The argument contains the nickname that has just been forbidden. EVENT_NICK_IDENTIFY A user has just identified for it's nickname with NickServ. @@ -251,6 +250,10 @@ Anope Internal Events yet been set. The argument contains the nickname of the newly registered user. + EVENT_NICK_SUSPEND + A user's nick has just been suspended. + The argument contains the nickname that has just been suspended. + EVENT_RESTART This event is emitted before the services are being restarted. The argument is always EVENT_START. |
