diff options
author | phil-lavin <phil-lavin@5417fbe8-f217-4b02-8779-1006273d7864> | 2010-05-23 00:47:37 +0000 |
---|---|---|
committer | phil-lavin <phil-lavin@5417fbe8-f217-4b02-8779-1006273d7864> | 2010-05-23 00:47:37 +0000 |
commit | ff17a9af7eeb2acce34525ddcaecf5f4694b5680 (patch) | |
tree | bc648b4feecc49a46b82d25992f328018611e830 /docs | |
parent | 1b636ed4ff0a03a4dd21bbf09ce5c9b79662cac9 (diff) |
Added an internal events called when nick is ghosted and when nick is recovered
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2976 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'docs')
-rw-r--r-- | docs/EVENTS | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/EVENTS b/docs/EVENTS index 857296bcb..df73bf393 100644 --- a/docs/EVENTS +++ b/docs/EVENTS @@ -342,6 +342,14 @@ Anope Internal Events A user's nick has just been forbidden. av[0] The nickname that has just been forbidden. + EVENT_NICK_GHOSTED + A user has just been ghosted. + av[0] EVENT_START or EVENT_STOP. EVENT_START when the user is about + to be removed from the network, EVENT_STOP when this has been + done. + av[1] The nickname of the user doing the ghosting. + av[2] The nickname being ghosted. + EVENT_NICK_IDENTIFY A user has just identified for it's nickname with NickServ. av[0] The nickname of the user that just identified. @@ -350,6 +358,13 @@ Anope Internal Events A user has just (been) logged out. av[0] The nickname of the user that has (been) logged out. + EVENT_NICK_RECOVERED + A user's nickname has just been recovered. + av[0] EVENT_START or EVENT_STOP. EVENT_START when the user is about + to be recovered, EVENT_STOP when this has been done. + av[1] The nickname of the user doing the recovery. + av[2] The nickname being recovered. + EVENT_NICK_REGISTERED A new user has just registered it's nickname. This event is being emitted when the registration is completed, but the user modes have not |