Site Tools


on_encrypted_privmsg

Synopsis:

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

Description:

This event is generated when someone sends you an encrypted msg (that contains a ctcp sed), As with all msg hooks, you cannot send a notice to a person over irc from within this hook, but not another msg. This event is done after ignore checking, but before flood control checking.

Parameters:

$0 nickname of message sender
$1 target of message (the sender or channel)
$2- message received

Default behavior:

If you do not suppress this event, the client will throw an on general_privmsg event.

Examples:

To clearly distinguish encrypted MSGs from unencrypted ones:

 on ^encrypted_privmsg '% $N *' {
    echo *$0* **[CRYPT]** $2-
 }
on_encrypted_privmsg.txt · Last modified: 2007/03/02 21:47 by 127.0.0.1