You might really want to read RFC 1459 ("The Internet Relay Chat Protocol"), as it details what should and shouldn't be done as a client. Another helpful resource might be http://www.irchelp.org/. The source code of Net::IRC should also prove a wealth of information, as most interesting commands (for a bot) should already have found their way into it - and, not really surprising, the names for the commands are the same as the commands in the clients, which are, even less surprisingly the same as the commands sent over to the server.
perl -MHTTP::Daemon -MHTTP::Response -MLWP::Simple -e ' ; # The $d = new HTTP::Daemon and fork and getprint $d->url and exit;#spider ($c = $d->accept())->get_request(); $c->send_response( new #in the HTTP::Response(200,$_,$_,qq(Just another Perl hacker\n))); ' # web
In reply to Re: how do i make a /kick $nick ... using Net::IRC
by Corion
in thread how do i make a /kick $nick ... using Net::IRC
by mr2
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |