Site Tools


on_oper_notice
no way to compare when less than two revisions

Differences

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


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