X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/d3455e2c7e2f9040e1b7628d9cf52b26a24dcefc..ab45668d6a80c475818e929175ef19da4e0bf63e:/modules/m_testmask.c diff --git a/modules/m_testmask.c b/modules/m_testmask.c index c586e3f..373193d 100644 --- a/modules/m_testmask.c +++ b/modules/m_testmask.c @@ -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"