]> jfr.im git - solanum.git/blobdiff - modules/m_tginfo.c
msg: remove last vestiges of the fakelag system. charybdis has never supported fakelag.
[solanum.git] / modules / m_tginfo.c
index 30cf267eb4d78e0faf60ede0274eb90a253d8b93..0f3ab77b9eea3ab8c4665e051bef468fff9259db 100644 (file)
@@ -42,7 +42,7 @@
 static int me_tginfo(struct MsgBuf *, struct Client *, struct Client *, int, const char **);
 
 struct Message tginfo_msgtab = {
-       "TGINFO", 0, 0, 0, MFLG_SLOW,
+       "TGINFO", 0, 0, 0, 0,
        {mg_unreg, mg_ignore, mg_ignore, mg_ignore, {me_tginfo, 2}, mg_ignore}
 };