]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - modules/m_svinfo.c
update TODO
[irc/rqf/shadowircd.git] / modules / m_svinfo.c
index d7336eb52e5b4a097ce67bf57dd34324c9f09d46..6f7f3267703aa11cb068d5ae64f755507dd40d72 100644 (file)
@@ -26,7 +26,7 @@
 #include "stdinc.h"
 #include "client.h"
 #include "common.h"            /* TRUE bleah */
-#include "irc_string.h"
+#include "match.h"
 #include "ircd.h"
 #include "numeric.h"
 #include "send.h"
@@ -80,7 +80,7 @@ ms_svinfo(struct Client *client_p, struct Client *source_p, int parc, const char
        /*
         * since we're here, might as well set rb_current_time() while we're at it
         */
-       set_time();
+       rb_set_time();
        theirtime = atol(parv[4]);
        deltat = abs(theirtime - rb_current_time());