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=refs%2Fheads%2FKeepConn;hpb=805ef5ce48ebeb5a5c9f7766a3840964f58001fb 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