]> jfr.im git - solanum.git/blobdiff - modules/m_operspy.c
modules: chase MsgBuf API change
[solanum.git] / modules / m_operspy.c
index bb3ed3282da2d07d22349b4c2d872320a87cebd3..2b1c5cfa454918baab834922d6a5971f8db748dd 100644 (file)
@@ -44,7 +44,7 @@
 #include "modules.h"
 #include "logger.h"
 
-static int ms_operspy(struct Client *client_p, struct Client *source_p,
+static int ms_operspy(struct MsgBuf *msgbuf_p, struct Client *client_p, struct Client *source_p,
                      int parc, const char *parv[]);
 
 struct Message operspy_msgtab = {
@@ -61,7 +61,7 @@ DECLARE_MODULE_AV1(operspy, NULL, NULL, operspy_clist, NULL, NULL, "$Revision: 2
  * parv[2] - optional params
  */
 static int
-ms_operspy(struct Client *client_p, struct Client *source_p,
+ms_operspy(struct MsgBuf *msgbuf_p, struct Client *client_p, struct Client *source_p,
           int parc, const char *parv[])
 {
        static char buffer[BUFSIZE];