Now I'm changing all chan messages to custom ones, but still things like 02-14|21:24:37 * root sets mode: +v _drydope are plain standard, and I really want to change that.

Atm I have this:
Code:
on *:mode:#:{
  echo # $timestamp $nick changed $chan mode to $1-
  haltdef
}
It just doesn't change anything, and I actually don't really know why. I have to say I've just discovered "mirc scripting".