summaryrefslogtreecommitdiff
path: root/docs/EVENTS
diff options
context:
space:
mode:
authorgeniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2006-02-04 20:51:52 +0000
committergeniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2006-02-04 20:51:52 +0000
commit80e5f30a4994a069481ba75ccce0672911de10a8 (patch)
tree5bdf90636e11adb244bfcaa7c37901888a8f6c00 /docs/EVENTS
parent5c0f1b86919e3e8f10d489927320aab1ec63e188 (diff)
BUILD : 1.7.13 (962) BUGS : NOTES : Added events for channel kicks and nickserv logout
git-svn-id: svn://svn.anope.org/anope/trunk@962 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@689 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'docs/EVENTS')
-rw-r--r--docs/EVENTS9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/EVENTS b/docs/EVENTS
index 8a3cd502e..a50366515 100644
--- a/docs/EVENTS
+++ b/docs/EVENTS
@@ -239,6 +239,11 @@ Anope Internal Events
A channel has been forbidden (ChanServ FORBID).
av[0] The name of the channel that has been forbidden.
+ EVENT_CHAN_KICK
+ Someone has just been kicked from a channel.
+ av[0] The nick of the user that has been kicked.
+ av[1] The channel the user has been kicked from.
+
EVENT_CHAN_REGISTERED
A new channel has been registered.
av[0] The name of the channel that has been registered.
@@ -319,6 +324,10 @@ Anope Internal Events
A user has just identified for it's nickname with NickServ.
av[0] The nickname of the user that just identified.
+ EVENT_NICK_LOGOUT
+ A user has just (been) logged out.
+ av[0] The nickname of the user that has (been) logged out.
+
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