IgnoredAmbience / DoCitten

DoCitten: The Cutest IRC bot ever [citation needed]
Other
0 stars 0 forks source link

DoCitten

DoCitten Kitten

Eleanor, by goodmorningmrholmes via imgur.

License

DoCitten is licensed under a BSD 3-Clause License. See LICENSE.md for details.

Compiling

First, make sure that the submodules are initialised. This can be done be cloning with --recursive, or initialising/updating the sub-repo with:

git submodule update --init --recursive

The project can be make from the command line using make

It can also be imported into an IDE of your choice. Two projects will likely need to be created - one at the root of the working tree (DoCitten), and one in lib/irc (InternetRelayCats), and yet another in lib/irc/lib/mewler. In all cases, Netbeans Java Project with existing sources project wizard will correctly create the projects with

Note that you will to tell the IDE that DoCitten needs InternetRelayCats as a library, and the DoCitten's test packages rely both of InternetRelayCats main code and test packages. You will also need to tell the IDE that DoCitten and InternetRelayCats both need Mewler in turn.

Running

DoCitten currently takes input only in the form of command line arguments, and whatever processing the Services perform. The first argument is the server to connect to; any further arguments are taken as channels to join.

Joining using different logins, ports, with SSL, etc. are in the works.

Some modules require command line properties to be set. Consult the documentation on any of the modules that you are using for more information.

The program can be stopped by entering the line 'quit' via standard input.

Bug Reporting

Bug reports / suggestions for improvement are accept via:

in descending order of preference.