]> jfr.im git - irc/quakenet/newserv.git/blob - trusts/trusts_api.c
JOINFLOOD: add support for glining of ident for trusted users.
[irc/quakenet/newserv.git] / trusts / trusts_api.c
1 #include <../nick/nick.h>
2 #include "trusts.h"
3
4 int istrusted(nick *np) {
5 return gettrusthost(np) != NULL;
6 }