events.h

Go to the documentation of this file.
00001 /* Prototypes and external variable declarations.
00002  *
00003  * (C) 2003-2008 Anope Team
00004  * Contact us at info@anope.org
00005  *
00006  * Please read COPYING and README for furhter details.
00007  *
00008  * Based on the original code of Epona by Lara.
00009  * Based on the original code of Services by Andy Church. 
00010  * 
00011  * $Id: events.h 1397 2008-06-03 18:44:54Z geniusdex $ 
00012  *
00013  */
00014 
00015 #define EVENT_START "start"
00016 #define EVENT_STOP  "stop"
00017 
00018 #define EVENT_DB_SAVING "db_saving"
00019 #define EVENT_DB_BACKUP "db_backup"
00020 #define EVENT_NEWNICK   "newnick"
00021 #define EVENT_BOT_UNASSIGN "bot_unassign"
00022 #define EVENT_BOT_JOIN "bot_join"
00023 #define EVENT_BOT_CREATE "bot_create"
00024 #define EVENT_BOT_CHANGE "bot_change"
00025 #define EVENT_BOT_FANTASY "bot_command"
00026 #define EVENT_BOT_FANTASY_NO_ACCESS "bot_command_no_access"
00027 #define EVENT_BOT_DEL "bot_del"
00028 #define EVENT_BOT_ASSIGN "bot_assign"
00029 #define EVENT_BOT_KICK "bot_kick"
00030 #define EVENT_BOT_BAN "bot_ban"
00031 #define EVENT_TOPIC_UPDATED "chan_topic_updated"
00032 #define EVENT_CHAN_EXPIRE "chan_expire"
00033 #define EVENT_CHAN_REGISTERED "chan_registered"
00034 #define EVENT_CHAN_DROP "chan_dropped"
00035 #define EVENT_CHAN_FORBIDDEN "chan_forbidden"
00036 #define EVENT_CHAN_SUSPENDED "chan_suspended"
00037 #define EVENT_CHAN_UNSUSPEND "chan_unsuspend"
00038 #define EVENT_CONNECT "connect"
00039 #define EVENT_DB_EXPIRE "db_expire"
00040 #define EVENT_RESTART "restart"
00041 #define EVENT_RELOAD "reload"
00042 #define EVENT_SHUTDOWN "shutdown"
00043 #define EVENT_SIGNAL "signal"
00044 #define EVENT_NICK_REGISTERED "nick_registered"
00045 #define EVENT_NICK_DROPPED "nick_dropped"
00046 #define EVENT_NICK_FORBIDDEN "nick_forbidden"
00047 #define EVENT_NICK_EXPIRE "nick_expire"
00048 #define EVENT_CHANGE_NICK "change_nick"
00049 #define EVENT_USER_LOGOFF "user_logoff"
00050 #define EVENT_GROUP "nick_group"
00051 #define EVENT_NICK_IDENTIFY "nick_id"
00052 #define EVENT_SERVER_SQUIT "server_squit"
00053 #define EVENT_SERVER_CONNECT "server_connect"
00054 #define EVENT_DEFCON_LEVEL "defcon_level"
00055 #define EVENT_NICK_SUSPENDED "nick_suspended"
00056 #define EVENT_NICK_UNSUSPEND "nick_unsuspend"
00057 #define EVENT_JOIN_CHANNEL "join_channel"
00058 #define EVENT_PART_CHANNEL "part_channel"
00059 #define EVENT_ACCESS_ADD "access_add"
00060 #define EVENT_ACCESS_CHANGE "access_change"
00061 #define EVENT_ACCESS_DEL "access_del"
00062 #define EVENT_ACCESS_CLEAR "access_clear"
00063 #define EVENT_NICK_LOGOUT "nick_logout"
00064 #define EVENT_CHAN_KICK "chan_kick"

Generated on Sun Oct 5 09:06:53 2008 for Anope by  doxygen 1.5.7.1