]> jfr.im git - solanum.git/blobdiff - modules/m_unreject.c
msg: remove last vestiges of the fakelag system. charybdis has never supported fakelag.
[solanum.git] / modules / m_unreject.c
index 4f9cb3842d42bd35e8ec2a83d1b790170a173f46..66146b714a2a74f2359a9da6c7501652ab7ae2d3 100644 (file)
@@ -35,7 +35,7 @@
 static int mo_unreject(struct MsgBuf *, struct Client *, struct Client *, int, const char **);
 
 struct Message unreject_msgtab = {
-       "UNREJECT", 0, 0, 0, MFLG_SLOW,
+       "UNREJECT", 0, 0, 0, 0,
        {mg_unreg, mg_not_oper, mg_ignore, mg_ignore, mg_ignore, {mo_unreject, 2}}
 };