Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014 #define EVENT_START "start"
00015 #define EVENT_STOP "stop"
00016
00017 #define EVENT_DB_SAVING "db_saving"
00018 #define EVENT_DB_BACKUP "db_backup"
00019 #define EVENT_NEWNICK "newnick"
00020 #define EVENT_BOT_UNASSIGN "bot_unassign"
00021 #define EVENT_BOT_JOIN "bot_join"
00022 #define EVENT_BOT_CREATE "bot_create"
00023 #define EVENT_BOT_CHANGE "bot_change"
00024 #define EVENT_BOT_FANTASY "bot_command"
00025 #define EVENT_BOT_FANTASY_NO_ACCESS "bot_command_no_access"
00026 #define EVENT_BOT_DEL "bot_del"
00027 #define EVENT_BOT_ASSIGN "bot_assign"
00028 #define EVENT_BOT_KICK "bot_kick"
00029 #define EVENT_BOT_BAN "bot_ban"
00030 #define EVENT_TOPIC_UPDATED "chan_topic_updated"
00031 #define EVENT_CHAN_EXPIRE "chan_expire"
00032 #define EVENT_CHAN_REGISTERED "chan_registered"
00033 #define EVENT_CHAN_DROP "chan_dropped"
00034 #define EVENT_CHAN_FORBIDDEN "chan_forbidden"
00035 #define EVENT_CHAN_SUSPENDED "chan_suspended"
00036 #define EVENT_CHAN_UNSUSPEND "chan_unsuspend"
00037 #define EVENT_CONNECT "connect"
00038 #define EVENT_DB_EXPIRE "db_expire"
00039 #define EVENT_RESTART "restart"
00040 #define EVENT_RELOAD "reload"
00041 #define EVENT_SHUTDOWN "shutdown"
00042 #define EVENT_SIGNAL "signal"
00043 #define EVENT_NICK_REGISTERED "nick_registered"
00044 #define EVENT_NICK_REQUESTED "nick_requested"
00045 #define EVENT_NICK_DROPPED "nick_dropped"
00046 #define EVENT_NICK_FORBIDDEN "nick_forbidden"
00047 #define EVENT_NICK_EXPIRE "nick_expire"
00048 #define EVENT_CORE_DROPPED "nickcore_dropped"
00049 #define EVENT_CORE_NEWDISPLAY "nickcore_newdisplay"
00050 #define EVENT_CHANGE_NICK "change_nick"
00051 #define EVENT_USER_LOGOFF "user_logoff"
00052 #define EVENT_NICK_GHOSTED "nick_ghosted"
00053 #define EVENT_NICK_RECOVERED "nick_recovered"
00054 #define EVENT_GROUP "nick_group"
00055 #define EVENT_NICK_IDENTIFY "nick_id"
00056 #define EVENT_SERVER_SQUIT "server_squit"
00057 #define EVENT_SERVER_CONNECT "server_connect"
00058 #define EVENT_DEFCON_LEVEL "defcon_level"
00059 #define EVENT_NICK_SUSPENDED "nick_suspended"
00060 #define EVENT_NICK_UNSUSPEND "nick_unsuspend"
00061 #define EVENT_JOIN_CHANNEL "join_channel"
00062 #define EVENT_PART_CHANNEL "part_channel"
00063 #define EVENT_ACCESS_ADD "access_add"
00064 #define EVENT_ACCESS_CHANGE "access_change"
00065 #define EVENT_ACCESS_DEL "access_del"
00066 #define EVENT_ACCESS_CLEAR "access_clear"
00067 #define EVENT_NICK_LOGOUT "nick_logout"
00068 #define EVENT_CHAN_KICK "chan_kick"
00069 #define EVENT_MODLOAD "modload"
00070 #define EVENT_MODUNLOAD "modunload"
00071 #define EVENT_ADDCOMMAND "addcommand"
00072 #define EVENT_DELCOMMAND "delcommand"