X-Git-Url: http://git.pk910.de/?p=ircu2.10.12-pk.git;a=blobdiff_plain;f=include%2Fmsg.h;h=f6151105ce11bfda46b944afc34bd1c362f503f5;hp=e5ed3405c588f507eba8612efc2f821fb1199a55;hb=fa4486fe3e166152a57a42320fd1f2faee37b0c3;hpb=2fec862674d5b33145529ab0397640a2e4d516c7 diff --git a/include/msg.h b/include/msg.h index e5ed340..f615110 100644 --- a/include/msg.h +++ b/include/msg.h @@ -340,6 +340,18 @@ struct Client; #define TOK_ACCOUNT "AC" #define CMD_ACCOUNT MSG_ACCOUNT, TOK_ACCOUNT +#define MSG_RECOVER "RECOVER" /* RECOVER */ +#define TOK_RECOVER "RC" +#define CMD_RECOVER MSG_RECOVER, TOK_RECOVER + +#define MSG_ZOMBIE "ZOMBIE" /* ZOMB */ +#define TOK_ZOMBIE "ZO" +#define CMD_ZOMBIE MSG_ZOMBIE, TOK_ZOMBIE + +#define MSG_UNZOMBIE "UNZOMBIE" /* UZMB */ +#define TOK_UNZOMBIE "ZU" +#define CMD_UNZOMBIE MSG_UNZOMBIE, TOK_UNZOMBIE + #define MSG_ASLL "ASLL" /* ASLL */ #define TOK_ASLL "LL" #define CMD_ASLL MSG_ASLL, TOK_ASLL