X-Git-Url: http://git.pk910.de/?p=ircu2.10.12-pk.git;a=blobdiff_plain;f=include%2Fmsg.h;h=e5ed3405c588f507eba8612efc2f821fb1199a55;hp=59f921cf769dbbac4fca0818000c87eecaa3a141;hb=2fec862674d5b33145529ab0397640a2e4d516c7;hpb=09ba0ad6ae585f74be92e551ea2d95ef435554d0 diff --git a/include/msg.h b/include/msg.h index 59f921c..e5ed340 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