diff options
author | adrianp <adrianp> | 2005-07-14 23:09:30 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2005-07-14 23:09:30 +0000 |
commit | 44b8027caab40924f21940ef69496e50b49e9733 (patch) | |
tree | ebcbc16f089501f2be4cb846a9a201cb50917492 /chat/p5-POE-Component-IRC/DESCR | |
parent | e45228b6077b26f65e47cf81215a5a424a3aa88c (diff) | |
download | pkgsrc-44b8027caab40924f21940ef69496e50b49e9733.tar.gz |
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.
Diffstat (limited to 'chat/p5-POE-Component-IRC/DESCR')
-rw-r--r-- | chat/p5-POE-Component-IRC/DESCR | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chat/p5-POE-Component-IRC/DESCR b/chat/p5-POE-Component-IRC/DESCR new file mode 100644 index 00000000000..bb0185827c9 --- /dev/null +++ b/chat/p5-POE-Component-IRC/DESCR @@ -0,0 +1,5 @@ +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. |