chmode: Remove chm_regonly, a vestige from ratbox which doesn't apply to native charybdis networks.

This commit is contained in:
William Pitcock 2010-12-06 22:46:37 -06:00
parent 8e2cfcdf3d
commit 83b72f917a
2 changed files with 1 additions and 42 deletions

View file

@ -63,9 +63,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_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);