]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - modules/m_testmask.c
aclocal is unneeded here.
[irc/rqf/shadowircd.git] / modules / m_testmask.c
index c586e3f9b73b98a4f84a7970d52058499ae38a93..373193df9782a1dfdc2c3eb1c410bd4ee983bb0d 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  m_testmask.c: Shows the number of matching local and global clients
- *                for a user@host mask, helpful when setting GLINE's
+ *                for a user@host mask
  *
  *  Copyright (C) 2003 by W. Campbell
  *  Coypright (C) 2004 ircd-ratbox development team
@@ -38,7 +38,7 @@
 #include "client.h"
 #include "common.h"     /* FALSE bleah */
 #include "ircd.h"
-#include "irc_string.h"
+#include "match.h"
 #include "numeric.h"
 #include "s_conf.h"
 #include "logger.h"