is there anyway it is possible for me to get $address($nick,?) (? == wildcard) to display as *!*@host.*

Im on GameSurge and they use authsystem which replaces your host with Account.title.gamesurge

i want my ban script to ban *!*@Account.* so that people cant join unless they register a new auth account, this way even if they change there TITLE they still get banned via my ban script

If this is possible can you help me?


ive currently tried a replace and it does $replace($address($me,2),gamesurge,*) -> *!*@account.title.* and that doesnt really help, because people just change there title and they can reconnect.

Thanks in advanced