# $EPIC: on_send_action.txt,v 1.2 2006/08/19 02:36:28 sthalik Exp $
on [<modes>]send_action [<serial#>] [-|^]<match> { <action> }
$0 | target of the ACTION (nickname or channel) |
$1- | text of message sent |
To display separate messages for public and private actions:
on ^send_action "*" { if ( ischannel($0) ) { echo * $0: $servernick() $1- } { echo *> $0: $servernick() $1- } }