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-09-28 13:56:12 +0000
committergeniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2005-09-28 13:56:12 +0000
commit619b109b5207eda5a14c21ba780c16d66280201f (patch)
treed97c3a38c66c2dc3bdd0189e1a29c98b27e5fe30 /docs/EVENTS
parent05a6d13bb0e088c881c103a91f2e669d41771be0 (diff)
BUILD : 1.7.11 (900) BUGS : NOTES : Added an event for fantasy commands triggered by people without CA_FANTASY access on the channel
git-svn-id: svn://svn.anope.org/anope/trunk@900 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@646 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'docs/EVENTS')
-rw-r--r--docs/EVENTS15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/EVENTS b/docs/EVENTS
index e67510e24..47a168387 100644
--- a/docs/EVENTS
+++ b/docs/EVENTS
@@ -200,6 +200,21 @@ Anope Internal Events
command. If none are present, this will not exist, and argc will
will be 3.
+ EVENT_BOT_FANTASY_NO_ACCESS
+ A fantasy command of the bot has been triggered by someone without
+ access to BotServ FANTASY commands on the channel. This will NOT
+ trigger if someone with access has triggered a fantasy command; use
+ EVENT_BOT_FANTASY for those. Hook to both events to catch both event
+ triggers.
+ av[0] The fantasy command that has been triggered with leading '!'.
+ av[1] The nickname of the user that has triggered the fantasy
+ command.
+ av[2] The name of the channel the fantasy command has been triggered
+ on.
+ av[3] Contains any optional paramenters passed after the fantasy
+ command. If none are present, this will not exist, and argc will
+ will be 3.
+
EVENT_BOT_JOIN
A BotServ bot has joined a channel and opped itself.
av[0] The channel name the bot has just joined.