I have been trying to use commands that you would be usually type in chat (like /timers off) But i can't seem to get it working, it just does nothing.

This is probably the wrong way to do it:
Code:
on *:text:!gain on:#: {
  if ($nick == theyoungergamer ) {
    ex /enable #Group
    msg # gaining of points is enabled
  }
}

any help would be appreciated smile