|
Net::IRC2::Connection - One connection to an IRC server. |
Net::IRC2::Connection - One connection to an IRC server.
!!! UNDER PROGRAMMING !!! Wait a moment, please hold the line ...
Documentation in progress ...
new()Net::IRC2::Connection::new( nick=>'MyNick', server=>'host.domain.tld' )
add_handler()$conn->add_handler( 'PRIVMSG', \&callback ) $conn->add_handler( [ 'PRIVMSG' , 'JOIN' ], \&callback )
add_default_handler()start()do_one_loop()nick()user()pass()realname()parent()server()port()socket()chans()
mode()join()part()privmsg()notice()whois()pong()
split_uri()grammar()parser()dispatch()callback()sl()last_sl()
Net::IRC2, Net::IRC2::Event
Karl Y. Pradene, <knotty@cpan.org>, irc://knotty@freenode.org/
Copyright 2005, Karl Y. Pradene <knotty@cpan.org> All rights reserved.
This program is released under the following license: GNU General Public License, version 2
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
See http://www.fsf.org/licensing/licenses/gpl.html
|
Net::IRC2::Connection - One connection to an IRC server. |