LizardNet / LizardIRC-Beancounter

Beancounter - a Java IRC bot to function as a game bot serving various games over IRC. Developed for use for the LizardIRC network. Please do not push directly to this repo - it is a publish-only mirror of a repository at LizardNet Code Review.
https://git.fastlizard4.org/gitblit/summary/?r=LizardIRC/Beancounter.git
Other
3 stars 1 forks source link

LizardIRC/Beancounter

Beancounter is a Java 8 IRC bot being developed for the LizardIRC network, both as a general-purpose bot and to serve games over IRC. Though it is developed by and for the LizardIRC network, it should work on any network, and as such we have decided to develop it as an open source project.

General documentation

General documentation, including the bot's commands, can be found on LizardIRC's website here.

Building Beancounter

To build Beancounter from source, you'll need the Java SE 8 JDK and Apache Maven (version 3.0.0 or later recommended). You can also use a Maven-compatible IDE, such as IntelliJ IDEA or Eclipse, instead of Maven.

Simply clone the repository, run mvn package, and run the resulting jarfile! The bot will automatically create a default configuration file for you then terminate, so you have a chance to set things up; then just run the bot again!

For more information about running the bot itself, please visit LizardIRC's Beancounter documentation.

Contributing

As an open source project, you are welcome to contribute to Beancounter's development!

Bug reports/feature requests/other issues

If you would like to file a bug report, request a feature, or report some other issue, please use the Issues section of our GitHub repository.

Code

If you would like to contribute code, there are a couple different ways you could go about doing this.

Licensing/Authors

LizardIRC/Beancounter is licensed under the GNU GPL v3+. For more information, please see the LICENSE.txt file. For authors information, please see the AUTHORS.txt file.