a ircbot in Java that plays the #counting game
Go to file
Alexander 0ad4d2c19e improve readme about the bouncer version 2023-07-27 18:31:55 +02:00
.mvn/wrapper first version 2023-06-29 21:01:22 +02:00
src put port and ssl into propertiess 2023-07-26 21:16:18 +02:00
.editorconfig first version 2023-06-29 21:01:22 +02:00
.gitignore first version 2023-06-29 21:01:22 +02:00
README.adoc improve readme about the bouncer version 2023-07-27 18:31:55 +02:00
mvnw first version 2023-06-29 21:01:22 +02:00
mvnw.cmd first version 2023-06-29 21:01:22 +02:00
pom.xml first version 2023-06-29 21:01:22 +02:00

README.adoc

Ircbot

A first version of an IRC bot that plays the #counting game on IRC, I have run this on irc.tilde.chat

The whole program is not very polished yet, most importantly it does not handle disconnects from the server.

I am running this by connecting to a bouncer (currently tested with Soju and ZNC), it will probably work with a direct IRC connection as well, however this may require some small changes (untested at this time).

The server and account is configured in a file config.properties like this:

nick=nickname
password=serverpass
user=nickname/irc.network@ircbot
realname=Real Name
hostname=bouncerhost
port=6697
ssl=true

Since the program does not handle nickserv or sasl yet, it will only work if the server supports login via password, which the soju bouncer does.

vert.x 4.4.4 purple

Please note that this is mostly a proof of concept, actually running the program is quite boring and is certainly cheating.

Building

To package your application:

./mvnw clean package

To run your application:

./mvnw clean compile exec:java

Help

If you want to talk about the program, come to irc.tilde.chat/#counting-meta

or send me a mail at alexlehm/at/gmail.com