]> jfr.im git - irc/quakenet/newserv.git/blame - patriciasearch/formats.c
CHANSERV: better batcher error handling for expired accounts/accounts with no email.
[irc/quakenet/newserv.git] / patriciasearch / formats.c
CommitLineData
3128667f
P
1#include <stdio.h>
2#include "patriciasearch.h"
3
4void printnode(searchCtx *ctx, nick *sender, patricia_node_t *pn) {
5 ctx->reply(sender,"%s [%lu]", IPtostr(pn->prefix->sin), pn->usercount);
6}
7