]> jfr.im git - irc/quakenet/newserv.git/blobdiff - newsearch/newsearch.h
nickwatch: Implement hook for messages/notices.
[irc/quakenet/newserv.git] / newsearch / newsearch.h
index 7e14e030713f3c50dc57b0792f9da5f0aff5c646..e8d669364bc43fa6f92a927b36389f337a9a5d0d 100644 (file)
@@ -142,6 +142,7 @@ struct searchNode *server_parse(searchCtx *ctx, int argc, char **argv);
 struct searchNode *authid_parse(searchCtx *ctx, int argc, char **argv);
 struct searchNode *cidr_parse(searchCtx *ctx, int argc, char **argv);
 struct searchNode *ipv6_parse(searchCtx *ctx, int argc, char **argv);
+struct searchNode *message_parse(searchCtx *ctx, int argc, char **argv);
 
 /* Whowas functions (various types) */
 struct searchNode *quit_parse(searchCtx *ctx, int argc, char **argv);