-
-
23 Sep 2008 10:35:31 UTC
- Browse (raw)
- Changes
- How to Contribute
- Issues
- Testers (507 / 0 / 0)
- Kwalitee
Bus factor: 0- 12.99% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (16.81KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors-
Robin Redeker
- Dependencies
- AnyEvent
- Test::More
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Changes for version 0.6
- deprecated this module, use AnyEvent::IRC in future!
- connect is done non blocking
- major semantic change: you can't reuse a connection object, after the 'disconnect' event has been issued you have to recreate it and reconnect the new object. All event handlers are cleared after the 'disconnect' event has been issued too.
- major api change for channel_add and channel_remove
- added CTCP support
- implemented automatic pinging (on user request) see Net::IRC3::Client::Connection::enable_ping
Modules
An event system independend IRC protocol moduleA highlevel IRC connectionAn IRC connection abstractionCommon utilities that help with IRC protocol handlingOther files
Module Install Instructions
To install Net::IRC3, copy and paste the appropriate command in to your terminal.
cpanm Net::IRC3
perl -MCPAN -e shell install Net::IRC3
For more information on module installation, please visit the detailed CPAN module installation guide.