]> jfr.im git - solanum.git/blobdiff - extensions/m_identify.c
msg: remove last vestiges of the fakelag system. charybdis has never supported fakelag.
[solanum.git] / extensions / m_identify.c
index 5ac5cada310be3bf0561f15cdab8e43778965c18..d2471a2944de2c8e559ac273481e35aa6215915f 100644 (file)
@@ -52,7 +52,7 @@
 static int m_identify(struct MsgBuf *msgbuf_p, struct Client *client_p, struct Client *source_p, int parc, const char *parv[]);
 
 struct Message identify_msgtab = {
-       "IDENTIFY", 0, 0, 0, MFLG_SLOW,
+       "IDENTIFY", 0, 0, 0, 0,
        {mg_unreg, {m_identify, 0}, mg_ignore, mg_ignore, mg_ignore, {m_identify, 0}}
 };