X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=include%2Fmsg.h;h=4afde55c7ee02a2babee5679359acc57b447f622;hb=7cbbc6aa8338d394d79cb7048438dd45adf5c648;hp=59f921cf769dbbac4fca0818000c87eecaa3a141;hpb=6bd558bce586422e9ce8bc151067e9788196da4c;p=ircu2.10.12-pk.git diff --git a/include/msg.h b/include/msg.h index 59f921c..4afde55 100644 --- a/include/msg.h +++ b/include/msg.h @@ -336,6 +336,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