improve readme about the bouncer version

This commit is contained in:
Alexander 2023-07-27 18:31:55 +02:00
parent f7921d2f70
commit 0ad4d2c19e
1 changed files with 4 additions and 2 deletions

View File

@ -4,7 +4,7 @@ A first version of an IRC bot that plays the #counting game on IRC, I have run t
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 soju bouncer, it will probably work with a direct IRC connection as well, however this may require some small changes.
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:
@ -14,9 +14,11 @@ 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 suju bouncer does.
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.
image:https://img.shields.io/badge/vert.x-4.4.4-purple.svg[link="https://vertx.io"]