• ON @*:Join: #channel : if ( Nick_banned[ == $nick) { ban -k $chan $nick Banned nick }

Better to use @ than ! as it will only trigger if you are opped on that channel. This way also precludes your own joins and won't cause errors by trying to kick when you're not opped. laugh