NAME
IM::Engine::Message - an instant message, IRC line, etc.
SYNOPSIS
my $message = ...;
print $message->message;
print $message->plaintext;
ATTRIBUTES
message
The exact message that this object encapsulates.
plaintext
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
.