Users, bans and masks

bmatch cluster deuhc gethost [gettmatch] notify uhc uhost

Liam's BitchX Command Reference

BitchX scripting function $gettmatch()

gettmatch
gettmatch(users % user@host *) would match the userhost mask in the second word of the array In other words, given an array name with various strings in it, we wild_match() against the elements within the array. This allows parsing using % and * for wildcards. We return only the best match from the array, unlike getmatch() which returns ALL the matching items.



previous: gettabkey next: gettmatch