ofct-matchbot: An irc bot written in C used for osu! match
This project is currently under construction, so it DOES NOT WORK AS A BOT YET. However feel free to discuss about the program by making new issues.
The current project is known to be compiled with gcc 9.3.0 under Ubuntu 20.04.
CMakeversion required:3.10.2OpenSSLversion known to compile:1.1.1f-1ubuntu2 (31 Mar 2020)libircclientversion known to compile:1.10
To install CMake and OpenSSL, use the command
sudo apt install cmake opensslTo install libircclient, get the latest version from
sourceforge
and use the command
./configure --enable-openssl --enable-ipv6 --enable-shared
make
sudo make installFirst, open the terminal and clone the repository. If you don't have git installed, just download the code from the github repo.
git clone https://github.com/OFCT-Devs/ofct-matchbot.gitIn directory ofct-matchbot, make a new directory build.
mkdir build
cd buildAdd a file named manage.cfg in the build folder and write your irc account info as below.
YOUR_NICKNAME
YOUR_IRC_PASSWORD
Compile the the source.
cmake ..Now run the file by typing
./ofct-matchbot- Cross-platform: Make it run at Windows 10 too, at least.
- Implement
match() - Make a grammar for
manage.cfg.