]> jfr.im git - solanum.git/blobdiff - modules/m_links.c
msg: remove last vestiges of the fakelag system. charybdis has never supported fakelag.
[solanum.git] / modules / m_links.c
index d7451c471eb79af28243ce0c5c3bb256f3e835bb..03e79571baeb46d0968d72c5c02af5d64e697046 100644 (file)
@@ -44,7 +44,7 @@ static int mo_links(struct MsgBuf *, struct Client *, struct Client *, int, cons
 static char * clean_string(char *dest, const unsigned char *src, size_t len);
 
 struct Message links_msgtab = {
-       "LINKS", 0, 0, 0, MFLG_SLOW,
+       "LINKS", 0, 0, 0, 0,
        {mg_unreg, {m_links, 0}, {mo_links, 0}, mg_ignore, mg_ignore, {mo_links, 0}}
 };