To my knowledge you can't specify a nickname to the /ban command and have it ban with the new UnrealIRCd ban types. You can use $+(~q:,$address($$1,[color:green]mask#))[/color] instead of a nickname, but the user will have to be in your IAL as the /ban command won't do a /userhost lookup when a ban mask is given rather than a nickname. You could write your own /ban command to handle bantypes with the /userhost lookup, but this is probably...surplus to requirements.

Edit: Online beat me :tongue:

For those that don't know about them, you can read about UnrealIrcd's ban types here.