Indeed. Looking closer it appears the problem is there is a space between the ":" and the "{". Change it to:

Code:
on ^1:rawmode:#:{
haltdef
echo $chan $nick sets mode $1-: 
}


And it should work.