X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/47fab428b1379abcc3ea0ba8cc054a439667ac10..1a9821cd5104596cac3cce5669f62bb8cb8c4691:/include/chmode.h diff --git a/include/chmode.h b/include/chmode.h index a9c04a6..9538194 100644 --- a/include/chmode.h +++ b/include/chmode.h @@ -66,9 +66,15 @@ extern void chm_limit(struct Client *source_p, struct Channel *chptr, 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_owner(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_op(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_halfop(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_voice(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);