diff options
author | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-03-11 17:09:30 +0000 |
---|---|---|
committer | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-03-11 17:09:30 +0000 |
commit | 5d30eeca0952a28f7cbacada557ac0b72d3e248f (patch) | |
tree | 8fd50d4d0bd30b8a7daa49432f2d874a070717ca /docs/EVENTS | |
parent | 9ef454c643dc17f55c582647101be80cc554868d (diff) |
BUILD : 1.7.8 (616) BUGS : NOTES : Added EVENT_DB_BACKUP and changed EVENT_BOT_ASSIGN to pass channel name instead of bot nick as argument
git-svn-id: svn://svn.anope.org/anope/trunk@616 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@464 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'docs/EVENTS')
-rw-r--r-- | docs/EVENTS | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/EVENTS b/docs/EVENTS index bf0b3e7f7..0d7232a1e 100644 --- a/docs/EVENTS +++ b/docs/EVENTS @@ -139,7 +139,7 @@ Anope Internal Events EVENT_BOT_ASSIGN A BotServ bot has been assigned to a channel. - The argument contains the nickname of the bot involved. + The argument contains the name of the channel has been assigned to. EVENT_BOT_CHANGE The properties of a BotServ bot have been changed. @@ -206,6 +206,11 @@ Anope Internal Events The argument is either EVENT_START or EVENT_STOP, to indicate if it's emitted before or after the saving routines. + EVENT_DB_BACKUP + This event is emitted when the databases are backed up. + The event will send EVENT_START when the backup commences, and + EVENT_STOP when it finishes. + EVENT_DEFCON_LEVEL The DefCon level has just been changed. This event is emitted before any DefCon-related action is taken. The internal DefConLevel has |