X-Git-Url: https://jfr.im/git/irc/quakenet/newserv.git/blobdiff_plain/8126e987f2e67c59e493d0fc4096eb80e36c8b24..8855bb48b449ed06cfd3ce528b3c0a77c37cb24b:/newsearch/newsearch.h diff --git a/newsearch/newsearch.h b/newsearch/newsearch.h index 9b4a26e9..a4414b30 100644 --- a/newsearch/newsearch.h +++ b/newsearch/newsearch.h @@ -11,7 +11,6 @@ #define NSMAX_KILL_LIMIT 500 #define NSMAX_GLINE_LIMIT 500 -#define NSMAX_GLINE_CLONES 5 /* gline duration, in seconds */ #define NSGLINE_DURATION 3600 @@ -126,6 +125,7 @@ struct searchNode *modes_parse(searchCtx *ctx, int argc, char **argv); /* Nick functions (various types) */ struct searchNode *hostmask_parse(searchCtx *ctx, int argc, char **argv); struct searchNode *realname_parse(searchCtx *ctx, int argc, char **argv); +struct searchNode *away_parse(searchCtx *ctx, int argc, char **argv); struct searchNode *authname_parse(searchCtx *ctx, int argc, char **argv); struct searchNode *authts_parse(searchCtx *ctx, int argc, char **argv); struct searchNode *ident_parse(searchCtx *ctx, int argc, char **argv); @@ -153,9 +153,6 @@ struct searchNode *hostpct_parse(searchCtx *ctx, int argc, char **argv); struct searchNode *authedpct_parse(searchCtx *ctx, int argc, char **argv); struct searchNode *kick_parse(searchCtx *ctx, int argc, char **argv); -/* Interpret a string to give a node */ -struct searchNode *search_parse(searchCtx *ctx, char *input); - /* Iteration functions */ struct searchNode *any_parse(searchCtx *ctx, int argc, char **argv); struct searchNode *all_parse(searchCtx *ctx, int argc, char **argv);