]> jfr.im git - solanum.git/blobdiff - modules/m_user.c
msg: remove last vestiges of the fakelag system. charybdis has never supported fakelag.
[solanum.git] / modules / m_user.c
index 7ef022aa2abd4bd6522b2042c4b52d0b4f5bfc31..060f0815a47ff1f9aadffe278d9ff8c1c32a1c94 100644 (file)
@@ -41,7 +41,7 @@
 static int mr_user(struct MsgBuf *, struct Client *, struct Client *, int, const char **);
 
 struct Message user_msgtab = {
-       "USER", 0, 0, 0, MFLG_SLOW,
+       "USER", 0, 0, 0, 0,
        {{mr_user, 5}, mg_reg, mg_ignore, mg_ignore, mg_ignore, mg_reg}
 };