]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - extensions/chm_quietunreg_compat.c
Recommend EFNet's RBL instead of DroneBL due to trustworthiness issues.
[irc/rqf/shadowircd.git] / extensions / chm_quietunreg_compat.c
index a742d13970372808431ab4c43effcc603abdfe9a..a0d822d3f42c853059f45165916544d517795d6d 100644 (file)
@@ -8,15 +8,7 @@
 #include "client.h"
 #include "hook.h"
 #include "ircd.h"
-
-/* XXX prototypes */
-void chm_ban(struct Client *source_p, struct Channel *chptr,
-       int alevel, int parc, int *parn,
-       const char **parv, int *errors, int dir, char c, long mode_type);
-void chm_nosuch(struct Client *source_p, struct Channel *chptr,
-       int alevel, int parc, int *parn,
-       const char **parv, int *errors, int dir, char c, long mode_type);
-/* end yucky prototypes */
+#include "chmode.h"
 
 static int _modinit(void);
 static void _moddeinit(void);