]> jfr.im git - solanum.git/blobdiff - modules/m_set.c
msg: remove last vestiges of the fakelag system. charybdis has never supported fakelag.
[solanum.git] / modules / m_set.c
index 0935c71c8b7a3cab1236b40be56b513f7c1c132a..8e3b8820d724281164a8a8647b06fb087bf152ee 100644 (file)
@@ -44,7 +44,7 @@
 static int mo_set(struct MsgBuf *, struct Client *, struct Client *, int, const char **);
 
 struct Message set_msgtab = {
-       "SET", 0, 0, 0, MFLG_SLOW,
+       "SET", 0, 0, 0, 0,
        {mg_unreg, mg_not_oper, mg_ignore, mg_ignore, mg_ignore, {mo_set, 0}}
 };