X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/4016731b1cf38951bc7566e7bc3ca8ebb8f282b4..8ee12f0c437eec8aa42af7b350c7e2a3ccafedbc:/modules/m_testmask.c?ds=inline diff --git a/modules/m_testmask.c b/modules/m_testmask.c index c586e3f9..373193df 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"