Site Tools


on_oper_notice

Synopsis:

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

Description:

This is triggered whenever a global oper notice is received.

Parameters:

$0 server the notice came from
$1- body of the message

Examples:

To alert the user of global oper notices:

 on ^oper_notice "*" {
    beep
    echo --global notice-- $1-
 }
on_oper_notice.txt · Last modified: 2006/08/29 16:08 by 127.0.0.1