]> jfr.im git - irc/quakenet/newserv.git/blobdiff - newsearch/formats.c
TRUSTS: require sqlite
[irc/quakenet/newserv.git] / newsearch / formats.c
index c511bdb9889d31626921f40f2153dce24a4a6edf..edc0ebce016d081846471e587669c22a47209071 100644 (file)
@@ -152,4 +152,5 @@ void printuser(searchCtx *ctx, nick *sender, authname *aup) {
 
 void printwhowas(searchCtx *ctx, nick *sender, whowas *ww) {
   ctx->reply(sender,"%s", whowas_format(ww));
+  ctx->reply(sender,"%s", whowas_formatchannels(ww));
 }