i have the following function
bind act - *away* pub_kick
proc pub_kick {nick uhost hand chan args} {
putserv "KICK $chan $nick :bleh"
return 1
}
i want to kick the person from the channel when he says /me is away what must i change to let it work i want to react on actions, in the tutorial stands that act is bind for actions. So i don't understand the error.