This is the IRC::Message class.
$message = Message()
Creates a new Message class instance.
-
optional data: Str::NE - A complete IRC message.
-
optional conn: Connection - Connection object to associate the message with, used for source and target properties.
$message.parse($data: Str::NE)
Parses IRC data.
- data: Str::NE - A string of IRC-encoded data.
$message.target
Computed property. User or channel object from the first parameter.
$message.nick
Computed property. Source's nickname.
$message.user
Computed property. Source's username (ident).
$message.host
Computed property. Source's host.
End of the IRC::Message class.
This file was generated automatically by the Ferret compiler from Message.frt.