Code:
on *:text:!on:#: {
  .timer.game 0 5 gamealias $chan
}
on *:text:!off:#: {
  .timer.game off
}

alias gamealias {
  set -n %word $read(wordlist.txt,n)
  msg $1 Game: %word
}


How about a simple solution.

Last edited by Belhifet; 11/12/14 08:37 PM.