]> jfr.im git - solanum.git/blobdiff - modules/m_operspy.c
msg: remove last vestiges of the fakelag system. charybdis has never supported fakelag.
[solanum.git] / modules / m_operspy.c
index 2b1c5cfa454918baab834922d6a5971f8db748dd..c5147572e3247b1bea79c0adca8f6c3fa6043f6d 100644 (file)
@@ -48,7 +48,7 @@ static int ms_operspy(struct MsgBuf *msgbuf_p, struct Client *client_p, struct C
                      int parc, const char *parv[]);
 
 struct Message operspy_msgtab = {
-       "OPERSPY", 0, 0, 0, MFLG_SLOW,
+       "OPERSPY", 0, 0, 0, 0,
        {mg_ignore, mg_ignore, mg_ignore, mg_ignore, {ms_operspy, 2}, mg_ignore}
 };