]> jfr.im git - irc/quakenet/newserv.git/blobdiff - newsearch/formats.c
Rename trusts_cidr2str to CIDRtostr() and move it to lib/irc_ipv6.c.
[irc/quakenet/newserv.git] / newsearch / formats.c
index 22c1e2ddb89d08c7d3fb2fe00b146d78cf7eb2f7..abb7bd06f9d664900d8de78cfa71ecb21cd2e8f0 100644 (file)
@@ -146,3 +146,7 @@ void printchannel_services(searchCtx *ctx, nick *sender, chanindex *cip) {
   }
 }
 
+void printuser(searchCtx *ctx, nick *sender, authname *aup) {
+  ctx->reply(sender,"%d", aup->userid);
+}
+