freebsd-ports/irc/p5-POE-Component-IRC/pkg-descr
Ying-Chieh Liao ef04b7f3ae add p5-POE-Component-IRC
A fully event-driven IRC client module
2001-08-18 23:07:01 +00:00

6 lines
366 B
Plaintext

POE::Component::IRC is a POE component (who'd have guessed?) which acts as
an easily controllable IRC client for your other POE components and
sessions. You create an IRC component and tell it what events your session
cares about and where to connect to, and it sends back interesting IRC
events when they happen. You make the client do things by sending it events.