]> jfr.im git - solanum.git/blobdiff - modules/m_connect.c
msg: remove last vestiges of the fakelag system. charybdis has never supported fakelag.
[solanum.git] / modules / m_connect.c
index 9de18495b8c973faf44d5811e3596c3182920399..81cb53e999b1ef9b5200e28fc80fe96a2dad91db 100644 (file)
@@ -44,7 +44,7 @@ static int mo_connect(struct MsgBuf *, struct Client *, struct Client *, int, co
 static int ms_connect(struct MsgBuf *, struct Client *, struct Client *, int, const char **);
 
 struct Message connect_msgtab = {
-       "CONNECT", 0, 0, 0, MFLG_SLOW,
+       "CONNECT", 0, 0, 0, 0,
        {mg_unreg, mg_not_oper, {ms_connect, 4}, {ms_connect, 4}, mg_ignore, {mo_connect, 2}}
 };