Site Tools


on_invite
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


on_invite [2006/08/29 16:08] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +======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