X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/212380e3f42f585dc1ea927402252eb943f91f7b..fcda56627d08f75aa3dba0a557dbce38f3bfd42a:/modules/m_snote.c diff --git a/modules/m_snote.c b/modules/m_snote.c index 881d260..74f51a7 100644 --- a/modules/m_snote.c +++ b/modules/m_snote.c @@ -38,10 +38,9 @@ #include "hash.h" #include "common.h" #include "hash.h" -#include "irc_string.h" +#include "match.h" #include "ircd.h" #include "numeric.h" -#include "commio.h" #include "s_serv.h" #include "s_conf.h" #include "s_newconf.h" @@ -63,7 +62,6 @@ DECLARE_MODULE_AV1(snote, NULL, NULL, snote_clist, NULL, NULL, "$Revision: 623 $ /* * me_snote - * parv[0] = sender prefix * parv[1] = snomask letter * parv[2] = message */