Net::IRC2::Event - A parsed IRC message.


Net-IRC2 documentation  | view source Contained in the Net-IRC2 distribution.

Index


NAME

Top

Net::IRC2::Event - A parsed IRC message.

FUNCTIONS

Top

parent()

return the Net::IRC2::Connection parent object

dump()

Print a nice formated dump of the Event

time()

A timestamp

orig()

The original IRC message

prefix()

Return the prefix field in IRC message

command()

Return the command field in IRC message

middle()

Return the midlle field in IRC message

trailing()

Return the Trailing field in IRC message

com_str()

Should return the command in ALPHA if exist

from()
servername()
nick()

Nickname of sender

user()

Username of sender

host()

Host of sender

userhost()
to()

The message destination, could be a chan, you nick ...

the Event's destination

INTERNALS FUNCTIONS

Top

new()
convert()
polish_up()

SEE ALSO

Top

Net::IRC2, Net::IRC2::Connection

AUTHOR

Top

Karl Y. Pradene, <knotty@cpan.org>, irc://knotty@freenode.org/

COPYRIGHT & LICENSE

Top


Net-IRC2 documentation  | view source Contained in the Net-IRC2 distribution.