diff options
author | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2006-12-12 20:21:59 +0000 |
---|---|---|
committer | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2006-12-12 20:21:59 +0000 |
commit | ee5559be07a5c5de2d870f3bc27cd2fb95b9f30b (patch) | |
tree | 6431d85abe3f3d31d9ebffd4d85bfd34cd97ef89 /docs/EVENTS | |
parent | 3fb604b1c7c910489bb52939e8f20b71560eb2e6 (diff) |
BUILD : 1.7.17 (1208) BUGS : N/A NOTES : EVENT_BOT_KICK and EVENT_BOT_ADD added
git-svn-id: svn://svn.anope.org/anope/trunk@1208 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@927 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'docs/EVENTS')
-rw-r--r-- | docs/EVENTS | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/EVENTS b/docs/EVENTS index 80bba31c0..deca9250f 100644 --- a/docs/EVENTS +++ b/docs/EVENTS @@ -176,6 +176,12 @@ Anope Internal Events av[0] Name of the channel the bot has been assigned to. av[1] The nickname of the bot that has been assigned to the channel. + EVENT_BOT_BAN + A BotServ bot has banned a user, e.g. kickers. + av[0] The nick of the user banned. + av[1] The Channel the user was banned from. + av[2] The mask that was banned. + EVENT_BOT_CHANGE The properties of a BotServ bot have been changed. av[0] The nickname of the bot involved. @@ -221,6 +227,12 @@ Anope Internal Events av[0] The channel name the bot has just joined. av[1] The nickname of the bot that has joined the channel. + EVENT_BOT_KICK + A BotServ bot has kicked a user from a channel. + av[0] The name of the user that has been kicked. + av[1] The name of the channel the user was kicked from. + av[2] The reason for the kick. + EVENT_BOT_UNASSIGN A BotServ bot is being unassigned from a channel. This event is being sent before the actual removing of the bot is done. |