mirror of
https://github.com/anope/anope.git
synced 2026-07-09 20:43:13 +02:00
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
This commit is contained in:
parent
9ef454c643
commit
5d30eeca09
+6
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user