X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=include%2Fmsg.h;h=9eb6572d06eb2642746ddd907d4123691360c9a6;hb=5fc729d47823a57c8e6e0e3b078522eccd120ca7;hp=e4798f3878355d27a5edf031db51f2e0522589a5;hpb=3ff8f436014bfe342053877d3d063d181a753e3b;p=ircu2.10.12-pk.git diff --git a/include/msg.h b/include/msg.h index e4798f3..9eb6572 100644 --- a/include/msg.h +++ b/include/msg.h @@ -336,6 +336,14 @@ struct Client; #define TOK_ACCOUNT "AC" #define CMD_ACCOUNT MSG_ACCOUNT, TOK_ACCOUNT +#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 @@ -392,6 +400,10 @@ struct Client; #define TOK_SVSJOIN "SJ" #define CMD_SVSJOIN MSG_SVSJOIN, TOK_SVSJOIN +#define MSG_SVSPART "SVSPART" +#define TOK_SVSPART "SP" +#define CMD_SVSPART MSG_SVSPART, TOK_SVSPART + #define MSG_WEBIRC "WEBIRC" #define TOK_WEBIRC "WEBIRC" #define CMD_WEBIRC MSG_WEBIRC, TOK_WEBIRC