Home
last modified time | relevance | path

Searched refs:cloakbuf (Results 1 – 1 of 1) sorted by relevance

/dports/irc/atheme-services/atheme-7.2.9/libathemecore/
H A Dphandler.c309 char cloakbuf[NICKLEN+USERLEN+HOSTLEN]; in generic_next_matching_ban() local
314 snprintf(cloakbuf, sizeof cloakbuf, "%s!%s@%s", u->nick, u->user, u->chost); in generic_next_matching_ban()
323 …(!match(cb->mask, hostbuf) || !match(cb->mask, cloakbuf) || !match(cb->mask, realbuf) || !match(cb… in generic_next_matching_ban()