]> jfr.im git - solanum.git/blobdiff - modules/m_admin.c
msg: remove last vestiges of the fakelag system. charybdis has never supported fakelag.
[solanum.git] / modules / m_admin.c
index 943fac0a7cdafd45c82cdac3601eb2e479331008..c58d08a5bff65c0e9ec1d1c94a25139f43355d78 100644 (file)
@@ -44,7 +44,7 @@ static void do_admin(struct Client *source_p);
 static void admin_spy(struct Client *);
 
 struct Message admin_msgtab = {
-       "ADMIN", 0, 0, 0, MFLG_SLOW | MFLG_UNREG,
+       "ADMIN", 0, 0, 0, 0,
        {{mr_admin, 0}, {m_admin, 0}, {ms_admin, 0}, mg_ignore, mg_ignore, {ms_admin, 0}}
 };