This shows you the differences between two versions of the page.
— |
on_wallop [2006/08/29 16:08] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ======Synopsis:====== | ||
+ | [[on]] [<modes>]wallop [<serial#>] [-|^]<match> { <action> } | ||
+ | |||
+ | ======Description:====== | ||
+ | This hook is triggered whenever the client receives a [[WALLOPS]] message | ||
+ | (a message sent to all irc operators). | ||
+ | |||
+ | ======Parameters:====== | ||
+ | |$0 |nickname of the message sender| | ||
+ | |$1 |a '*' if the sender is an operator, 'S' if the sender is a server| | ||
+ | |$2- |text of message| | ||
+ | |||