Site Tools


on_invite

Synopsis:

on [<modes>]invite [<serial#>] [-|^]<match> { <action> }

Description:

This hook is triggered whenever the client receives an invitation to a channel.

Parameters:

$0 nickname inviting the client to a channel
$1 channel invited to

Examples:

Customizing the appearance of the invitation:

 on ^invite "*" {
    xecho -b $0 cordially invites you to $1
 }
on_invite.txt · Last modified: 2006/08/29 16:08 by 127.0.0.1