Originally Posted By: firefox
* /if: insufficient parameters (line 24, script.mrc)
That happens when you missed a curly bracket, which is what could have resulted that error:
Quote:
on *:event:*:#: {
if ($nick == $chr(95)) {
;your cmd here
}
}