added UNINVITE command
[ircu2.10.12-pk.git] / ircd / parse.c
index 0a0d88da293f0c1a23c13868aba7697f47baaaed..fab27434241d81c99a34abd5a4773ae7d1fb6993 100644 (file)
@@ -218,6 +218,13 @@ struct Message msgtab[] = {
     /* UNREG, CLIENT, SERVER, OPER, SERVICE */
     { m_unregistered, m_invite, ms_invite, m_invite, m_ignore }
   },
+  {
+    MSG_UNINVITE,
+    TOK_UNINVITE,
+    0, MAXPARA, MFLG_SLOW, 0, NULL,
+    /* UNREG, CLIENT, SERVER, OPER, SERVICE */
+    { m_unregistered, m_uninvite, ms_uninvite, m_uninvite, m_ignore }
+  },
   {
     MSG_KICK,
     TOK_KICK,