X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/0a2e2a35c89156ee5fc1ad2a65d0e6251bacc70f..3fa27fe787e1d1c108c204999513bc77469f89b0:/include/chmode.h?ds=sidebyside diff --git a/include/chmode.h b/include/chmode.h index 1eea5e2..915741f 100644 --- a/include/chmode.h +++ b/include/chmode.h @@ -66,9 +66,6 @@ extern void chm_key(struct Client *source_p, struct Channel *chptr, extern void chm_limit(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); -extern void chm_regonly(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); extern void chm_admin(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);