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>2005-07-01 22:19:46 +0000
committergeniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2005-07-01 22:19:46 +0000
commite31758b72fad9c1db4260b21ed8a9ede7ddf65b9 (patch)
treeb0a7b7c2323069dbaa056fb1159099554ddd0d9f /docs/EVENTS
parent5e079dce4b630cbbd3fcdd3cbc3f87f12dff1b37 (diff)
BUILD : 1.7.10 (842) BUGS : NOTES : Added 3 new events for channel access/xop list modifications
git-svn-id: svn://svn.anope.org/anope/trunk@842 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@595 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'docs/EVENTS')
-rw-r--r--docs/EVENTS25
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/EVENTS b/docs/EVENTS
index 7d2fb34e7..e67510e24 100644
--- a/docs/EVENTS
+++ b/docs/EVENTS
@@ -145,6 +145,31 @@ Anope Internal Events
second argument, and so on. If av[0] and av[1] are given, the event has
two arguments, and argc should be 2.
+ EVENT_ACCESS_ADD
+ An user has been added to a channel access list.
+ av[0] Name of the channel the user has been added to.
+ av[1] The nickname of the user that has just added an entry to the
+ access list.
+ av[2] The nickname of the user that has been added to the access
+ list.
+ av[3] The level number the user has been added with.
+
+ EVENT_ACCESS_CHANGE
+ An user level has been changed on a channel access list.
+ av[0] Name of the channel the access list has been modified which.
+ av[1] The nickname of the user that has just modified the access
+ list of the channel.
+ av[2] The nickname of the user wich his access level has just been
+ modified.
+ av[3] The new access level for the user.
+
+ EVENT_ACCESS_DEL
+ An user has been deleted of a channel access list.
+ av[0] Name of the channel the access entry has been deleted which.
+ av[1] The nickname of the user that has just deleted the access entry.
+ av[2] The nickname of the user wich his access level has just been
+ removed.
+
EVENT_BOT_ASSIGN
A BotServ bot has been assigned to a channel.
av[0] Name of the channel the bot has been assigned to.