Chapter 5: Action Reference
im.alert( )
Deliver a message
This action is similar to log_message( ), except that it appends entries to a list in the instant messaging transaction that the IM protocol renders in an appropriate way. Multiple alerts can be appended to a transaction. The protocol determines how multiple alerts appear to the user.
Syntax
im.alert(text)
where text is a quoted string that can optionally include one or more variable substitutions.
Layer and Transaction Notes
Use in <Proxy> and <Cache> layers.
See Also
• Actions: log_message( )
231