]> jfr.im git - solanum.git/blobdiff - modules/m_away.c
msg: remove last vestiges of the fakelag system. charybdis has never supported fakelag.
[solanum.git] / modules / m_away.c
index 2713fa2a95e9ef3bdfa0751417b03989d41fe2d5..f99655fea8c36a6a77f2a3d703fe054798433109 100644 (file)
@@ -40,7 +40,7 @@
 static int m_away(struct MsgBuf *, struct Client *, struct Client *, int, const char **);
 
 struct Message away_msgtab = {
-       "AWAY", 0, 0, 0, MFLG_SLOW,
+       "AWAY", 0, 0, 0, 0,
        {mg_unreg, {m_away, 0}, {m_away, 0}, mg_ignore, mg_ignore, {m_away, 0}}
 };