Disable/undocument CAP, remove USE_POLL comment in select() engine.
[ircu2.10.12-pk.git] / ircd / parse.c
index e8181e1867eaacf98dee4f193c8cfec824f53102..40df623096346085514a7deb1485900d610568c9 100644 (file)
@@ -616,6 +616,7 @@ struct Message msgtab[] = {
     /* UNREG, CLIENT, SERVER, OPER, SERVICE */
     { m_ignore, m_not_oper, ms_asll, mo_asll, m_ignore }
    },
+#if WE_HAVE_A_REAL_CAPABILITY_NOW
   {
     MSG_CAP,
     TOK_CAP,
@@ -623,6 +624,7 @@ struct Message msgtab[] = {
     /* UNREG, CLIENT, SERVER, OPER, SERVICE */
     { m_cap, m_cap, m_ignore, m_cap, m_ignore }
   },
+#endif
   /* This command is an alias for QUIT during the unregistered part of
    * of the server.  This is because someone jumping via a broken web
    * proxy will send a 'POST' as their first command - which we will