diff options
author | certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b <certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2006-07-14 17:38:00 +0000 |
---|---|---|
committer | certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b <certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2006-07-14 17:38:00 +0000 |
commit | cc34de2be6207c2f8a6466c76d89a7952e2e6d0c (patch) | |
tree | 3a35eee1f34d49605fcecfc284d05612124ff211 /docs/EVENTS | |
parent | 18c0fe03fc7688a739ac7cb69717cabe23df872b (diff) |
# BUILD : 1.7.14 (1087) # BUGS : 545 550 541 # NOTES : Various fixes.
git-svn-id: svn://svn.anope.org/anope/trunk@1087 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@811 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'docs/EVENTS')
-rw-r--r-- | docs/EVENTS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/EVENTS b/docs/EVENTS index 878ec5545..80bba31c0 100644 --- a/docs/EVENTS +++ b/docs/EVENTS @@ -350,6 +350,8 @@ Anope Internal Events this has been done. av[1] The nickname of the user parting the channel. av[2] The name of the channel the user has parted. + av[3] The reason the user parted the channel, this is not always sent + so check the count to make sure it was passed. (ac == 4) EVENT_RELOAD This event is emitted after the configuration file has been reloaded. |