The AnyEvent::IRC module consists of AnyEvent::IRC::Connection, AnyEvent::IRC::Client and AnyEvent::IRC::Util. AnyEvent::IRC is just a module that holds this overview over the other modules. AnyEvent::IRC can be viewed as toolbox for handling IRC con...
ELMEX/AnyEvent-IRC-0.97 - 17 Mar 2013 18:21:47 UTCELMEX/AnyEvent-IRC-0.97 - 17 Mar 2013 18:21:47 UTC
AnyEvent::IRC::Client is a (nearly) highlevel client connection, that manages all the stuff that noone wants to implement again and again when handling with IRC. For example it PONGs the server or keeps track of the users on a channel. This module al...
ELMEX/AnyEvent-IRC-0.97 - 17 Mar 2013 18:21:47 UTCThe connection class. Here the actual interesting stuff can be done, such as sending and receiving IRC messages. And it also handles TCP connecting and even enabling of TLS. Please note that CTCP support is available through the functions "encode_ctc...
ELMEX/AnyEvent-IRC-0.97 - 17 Mar 2013 18:21:47 UTC