]> jfr.im git - solanum.git/blobdiff - extensions/m_ojoin.c
msg: remove last vestiges of the fakelag system. charybdis has never supported fakelag.
[solanum.git] / extensions / m_ojoin.c
index 430faa31a519491cf44605800b1c0a77df9b2c4a..f65fadb1c6f36f6f63434591b1f60a04c68473c9 100644 (file)
@@ -41,7 +41,7 @@ static int mo_ojoin(struct MsgBuf *msgbuf_p, struct Client *client_p, struct Cli
 
 
 struct Message ojoin_msgtab = {
-       "OJOIN", 0, 0, 0, MFLG_SLOW,
+       "OJOIN", 0, 0, 0, 0,
        {mg_unreg, mg_not_oper, mg_ignore, mg_ignore, mg_ignore, {mo_ojoin, 2}}
 };