X-Git-Url: https://jfr.im/git/irc/quakenet/newserv.git/blobdiff_plain/9d8d6ac9faf1bf4444efef3ece2dfcb0d29afbe1..3e1b768066a16c4b899b9cbdd7911be883151a05:/newsearch/formats.c diff --git a/newsearch/formats.c b/newsearch/formats.c index c511bdb9..edc0ebce 100644 --- a/newsearch/formats.c +++ b/newsearch/formats.c @@ -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)); }