]> jfr.im git - irc/quakenet/newserv.git/blobdiff - newsearch/ns-oppct.c
Merge branch 'master' into chanserv-live
[irc/quakenet/newserv.git] / newsearch / ns-oppct.c
index fa398b08016644aeb166efba51a1221bc1f35285..7533b8b7f1da6eccf69b5a49d418e456e3f68276 100644 (file)
@@ -49,6 +49,7 @@ void *oppct_exe(searchCtx *ctx, struct searchNode *thenode, void *theinput) {
 }
 
 void oppct_free(searchCtx *ctx, struct searchNode *thenode) {
+  ctx->reply(senderNSExtern, "Notice: oppct is deprecated by cumodepct");
   free(thenode);
 }