X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/2392eb24cd19cede27f51ffa7f3d70b29edcbe33..25b1f927bed9f76e17c97551293b04317adbe624:/include/chmode.h diff --git a/include/chmode.h b/include/chmode.h index 94f7ea7..a9c04a6 100644 --- a/include/chmode.h +++ b/include/chmode.h @@ -28,6 +28,14 @@ #ifndef INCLUDED_chmode_h #define INCLUDED_chmode_h +/* something not included in messages.tab + * to change some hooks behaviour when needed + * -- dwr + */ +#define ERR_CUSTOM 1000 + +extern int chmode_flags[256]; + extern 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);