try this

Code:
on *:text:*:*: {
  if ($Nick != $Me) {
    if ($1 == -count) || ($1 == -walk) {
        /msg $me $1-
    }
  }
}


or

Code:
on *:text:*:*: {
  if ($1 == -count) || ($1 == -walk) {
        /echo -at $me $1-
  }
}