Hi RusselB,
Thanks for your help, thats what I wanted. I was close to how I was trying to get it to work. The way I was doing it would have made...

Code:
on *:text:!*:#:{
  set $+(%,$nick) $1-
}

Become...

Code:
on *:text:!*:#:{
  $+(%,$nick) = $1-
}

Which returned an error for me, not actually sure why, I'm sure you lot know why though lol.

Thanks


Ninko