]> jfr.im git - solanum.git/blobdiff - modules/m_restart.c
msg: remove last vestiges of the fakelag system. charybdis has never supported fakelag.
[solanum.git] / modules / m_restart.c
index 7725d90f93ad323987b07c5b590848e0cf6f4782..7f3721e77b7140925c3353a92d638c67e7b5d42c 100644 (file)
@@ -45,7 +45,7 @@ static int me_restart(struct MsgBuf *, struct Client *, struct Client *, int, co
 static int do_restart(struct Client *source_p, const char *servername);
 
 struct Message restart_msgtab = {
-       "RESTART", 0, 0, 0, MFLG_SLOW,
+       "RESTART", 0, 0, 0, 0,
        {mg_unreg, mg_not_oper, mg_ignore, mg_ignore, {me_restart, 1}, {mo_restart, 0}}
 };