I figure it out, but it just says it in the chat, not executing the command
Code:
on *:text:!gain on:#: {
  if ($nick == theyoungergamer ) {
    msg # gaining of points is enabled
    msg # /enable #Group
    msg # /timers off
    msg # /server irc.twitch.tv:6667
  }
}
on *:text:!gain off:#: {
  if ($nick == theyoungergamer ) {
    msg # /disable #Group
    msg # gaining of points is disabled
    msg # /timers off
  }
}


All i get is the message in the chat.
Any help?