home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 5_programming / on / wallop < prev    next >
Encoding:
Text File  |  2001-03-21  |  390 b   |  16 lines

  1. Synopsis:
  2.    on [<modes>]wallop [<serial#>] [-|^]<match> { <action> }
  3.  
  4. Description:
  5.    This hook is triggered whenever the client receives a WALLOPS message
  6.    (a message sent to all irc operators).
  7.  
  8. Parameters:
  9.    $0    nickname of the message sender
  10.    $1    a '+' if the sender is an operator, '-' if not, 'S' if a server
  11.    $2-   text of message
  12.  
  13. See Also:
  14.    wallops(3)
  15.  
  16.