1
0
mirror of https://github.com/anope/anope.git synced 2026-07-08 12:43:13 +02:00

Added an internal events called when nick is ghosted and when nick is recovered

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2976 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
phil-lavin
2010-05-23 00:47:37 +00:00
parent 1b636ed4ff
commit ff17a9af7e
6 changed files with 30 additions and 2 deletions
+2
View File
@@ -48,6 +48,8 @@
#define EVENT_NICK_EXPIRE "nick_expire"
#define EVENT_CHANGE_NICK "change_nick"
#define EVENT_USER_LOGOFF "user_logoff"
#define EVENT_NICK_GHOSTED "nick_ghosted"
#define EVENT_NICK_RECOVERED "nick_recovered"
#define EVENT_GROUP "nick_group"
#define EVENT_NICK_IDENTIFY "nick_id"
#define EVENT_SERVER_SQUIT "server_squit"