This is a bot for #unity-coders, which uses pircbotx. Source available on github.
If you would like documentation on how to use the bot, please consult the project wiki.
$ mvn package
$ java -jar target/uc_pircbotx-0.1-SNAPSHOT-jar-with-dependencies.jar
Warning: This is very experimental. It /should/ work on debian based distributions providing all the packages needed are installed.
$ mvn package
$ # edit src/main/scripts/ucbot-ctl # change user as needed
$ # edit src/main/scripts/unix-install # change user to match ucbot-ctl
$ sudo src/main/scripts/unix-install
$ vim /etc/uc_pircbotx.json # edit to suit your needs
$ sudo ucbot-ctl
The maven website has tutorials on using maven with eclipse. You can see them at http://maven.apache.org/guides/mini/guide-ide-eclipse.html.
Opening a maven project in netbeans will work 'out of the box' as of Netbeans 6.9 (7.1+ recommended).