]> jfr.im git - solanum.git/blobdiff - modules/m_userhost.c
msg: remove last vestiges of the fakelag system. charybdis has never supported fakelag.
[solanum.git] / modules / m_userhost.c
index 65a5fad14232268e3cdb7ab047180ebd88d81dbc..cbda1b3301c8e2b42edd833fe1b23b11fdb3bd6d 100644 (file)
@@ -41,7 +41,7 @@ static char buf[BUFSIZE];
 static int m_userhost(struct MsgBuf *, struct Client *, struct Client *, int, const char **);
 
 struct Message userhost_msgtab = {
-       "USERHOST", 0, 0, 0, MFLG_SLOW,
+       "USERHOST", 0, 0, 0, 0,
        {mg_unreg, {m_userhost, 2}, mg_ignore, mg_ignore, mg_ignore, {m_userhost, 2}}
 };