| IM-Engine documentation | view source | Contained in the IM-Engine distribution. |
IM::Engine::Message - an instant message, IRC line, etc.
my $message = ...;
print $message->message;
print $message->plaintext;
The exact message that this object encapsulates.
The message that this object encapsulates but with any formatting stripped. For example, if this message represents an AIM IM, HTML will be stripped from the plaintext.
| IM-Engine documentation | view source | Contained in the IM-Engine distribution. |