This is the source code for the Forged Alliance Forever IRC bot.
Install Python 3.4 or a later 3.x version.
Install the package dependencies:
windows: pip install -r requirements.txt
linux: pip3 install -r requirements.txt
Create the config file and modify the settings as appropriate:
cp config.ini.example config.ini
Create the passwords.py
file. You can create of copy of the passwords.py.example
file
in the server repo.
irc3 config.ini
py.test tests/