Originally Posted By: Riamus2

As has been told multiple times, you don't need to pass $chan to an alias from that event.


Actually, with the timer you would have to pass it because the script will be done processing and the $chan $nick etc. info will no longer be available when the timer executes and the alias is called.

Code:

on *:TEXT:*:#: {
  if (!$timer(parmtest)) timerparmtest 10 1 parmtest
}
alias parmtest echo -a $nick $chan $1- <-- No info