matchbot at #libregaming-matchmaking on libera.chat
Go to file
Phil Morrell 5f945f33a5
ping supposedly offline users too
* keep the name conversion though for those online with different nicks
* presence detection across multiple bridges/gateways is unreliable
* some members only get "joined" IRC side on first message after restart
* if they're really offline, then they won't get pinged anyway
2022-02-02 21:25:41 +00:00
.gitignore Initial commit 2020-11-15 11:10:50 -04:00
LICENSE Add MIT license 2020-11-15 11:17:39 -04:00
README.md Update README 2022-01-20 20:29:54 +01:00
bot.ini.example Fix admins example in bot.ini.example 2022-01-21 12:31:30 +01:00
bot.py ping supposedly offline users too 2022-02-02 21:25:41 +00:00

README.md

matchmaking-bot

Fork of https://git.sr.ht/~gavodavo/matchmaking-bot to add support for multiple games.

A simple Python bot for IRC channels that want matchmaking capabilities.

Dependencies

You just need configparser ircrobots and irctokens. You can install them doing:

pip install configparser ircrobots irctokens

You can add --user if you don't want to install them system wide.

Installation

Just ./bot.py or python bot.py

Configuration

The bot uses a bot.ini for configurating the servers for connecting. Look at bot.ini.example for an example.