Hello, I'm kinda new to scripting and mirc. Trying to make this script work as it's intended to with a random response for each however it doesn't give the else response. also wondering if anyone knows a way to add it so $nick = me and a separate response works as well. would appreciate it if someone could clear it up for me grin


on *:text:!command *:#channel: {
msg $chan $nick command to $2
msg $chan /timeout $2 10
}

else msg $chan $nick command to $2
msg $chan /timeout $nick 10
}