Fix SF#1701346 by taking weibe's suggestion action (making SETTIME consistent with...
[ircu2.10.12-pk.git] / ircd / parse.c
index 692433b94c923bd5e579d0980e411323dfc0bd33..d90c5192c0b66494827bf6788325404d037ba67a 100644 (file)
@@ -391,7 +391,7 @@ struct Message msgtab[] = {
     TOK_SETTIME,
     0, MAXPARA, MFLG_SLOW, 0, NULL,
     /* UNREG, CLIENT, SERVER, OPER, SERVICE */
-    { m_unregistered, m_ignore, ms_settime, mo_settime, m_ignore }
+    { m_unregistered, m_not_oper, ms_settime, mo_settime, m_ignore }
   },
   {
     MSG_RPING,