]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - modules/m_scan.c
m_unreject.c fixed
[irc/rqf/shadowircd.git] / modules / m_scan.c
index 4419fad5a08d0a302eec3189d620f5f9048145e2..37a078332d876840ffe098476950366171e57e26 100644 (file)
@@ -41,7 +41,6 @@
 #include "irc_string.h"
 #include "ircd.h"
 #include "numeric.h"
-#include "commio.h"
 #include "s_serv.h"
 #include "s_conf.h"
 #include "s_newconf.h"
@@ -225,7 +224,7 @@ scan_umodes(struct Client *client_p, struct Client *source_p, int parc,
 
                if (mask != NULL)
                {
-                       ircsnprintf(maskbuf, BUFSIZE, "%s!%s@%s",
+                       rb_snprintf(maskbuf, BUFSIZE, "%s!%s@%s",
                                target_p->name, target_p->username, target_p->host);
 
                        if (!match(mask, maskbuf))