_Added in 4.0_ *$eventparms* Returns [[$1-]] in a consecutive spaced line for the initial event or command. *Example*
; Listen to a channel text event.
on *:TEXT:*:#:{
  /testparms hello world
}

alias testparms {
  echo -ag parameters to this command is $parms $+ , parameters for the initial event is $eventparms
}