Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bigpresh/net-atheme
Net::Atheme Perl module for interacting with Atheme IRC services
https://github.com/bigpresh/net-atheme
Last synced: about 1 month ago
JSON representation
Net::Atheme Perl module for interacting with Atheme IRC services
- Host: GitHub
- URL: https://github.com/bigpresh/net-atheme
- Owner: bigpresh
- Created: 2010-02-16T19:37:34.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2010-02-16T19:37:53.000Z (almost 15 years ago)
- Last Synced: 2024-10-13T11:32:39.441Z (2 months ago)
- Language: Perl
- Homepage:
- Size: 78.1 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
Net-Atheme
Provides an easy and sane way to interact with the Atheme IRC services
package via its XMLRPC interface.Allows you to perform various actions via NickServ/ChanServ/OperServ.
Atheme is the IRC services package used on several networks, including
Freenode.INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make installSUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the
perldoc command.perldoc Net::Atheme
You can also look for information at:
RT, CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Net-AthemeAnnoCPAN, Annotated CPAN documentation
http://annocpan.org/dist/Net-AthemeCPAN Ratings
http://cpanratings.perl.org/d/Net-AthemeSearch CPAN
http://search.cpan.org/dist/Net-Atheme/COPYRIGHT AND LICENCE
Copyright (C) 2009 David Precious
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.