didnt work, i even tried setting it to a channel i think and that didnt work either

;When someone joins
on 1:join:#fta4dummies:{
;set a 2 minute timer to activate an alias.
.timer $+ $nick 0 120 notalkey $nick
}
;If someone speaks
on 1:text:*:#fta4dummies:{
;check if their timer is running and if so turn it off
if $timer($nick) { .timer $+ $nick off }
}
alias notalkey {
;this is activated by timer, if the person's not an op it'll kick them
if $1 !isop { kick #fta4dummies $1 It's a chat channel, chat already! }
}


unless im doing something wrong?

the message one doesnt work either look above..
thnx my friend ..