X-Git-Url: http://git.pk910.de/?p=ircu2.10.12-pk.git;a=blobdiff_plain;f=include%2Fmsg.h;h=f6151105ce11bfda46b944afc34bd1c362f503f5;hp=4afde55c7ee02a2babee5679359acc57b447f622;hb=fa4486fe3e166152a57a42320fd1f2faee37b0c3;hpb=a61a0e5f88f306fcd264b65f8ff7c72aa1c78309 diff --git a/include/msg.h b/include/msg.h index 4afde55..f615110 100644 --- a/include/msg.h +++ b/include/msg.h @@ -88,6 +88,10 @@ struct Client; #define TOK_INVITE "I" #define CMD_INVITE MSG_INVITE, TOK_INVITE +#define MSG_UNINVITE "UNINVITE" /* INVI */ +#define TOK_UNINVITE "UI" +#define CMD_UNINVITE MSG_UNINVITE, TOK_UNINVITE + #define MSG_VERSION "VERSION" /* VERS */ #define TOK_VERSION "V" #define CMD_VERSION MSG_VERSION, TOK_VERSION