ensiform / DemoBot

JKA robot responsible for recording demos and interfacing between game chats and demo database.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DemoBot

JKA robot responsible for recording demos and interfacing between game chats and demo database.

Requirements

curl is required to build.

To enable charset conversion on linux, the proper locales must be generated first. You can check if the needed locales are present using:

$ locale -a
en_US.CP1252
en_US.UTF-8

To generate any missing locale, do:

cp /usr/share/i18n/charmaps/CP1252.gz /tmp
cd /tmp
gzip -d CP1252.gz
sudo localedef -f /tmp/CP1252 -i /usr/share/i18n/locales/en_US  /usr/lib/locale/en_US.CP1252

similarly for UTF-8 if it is missing.

About

JKA robot responsible for recording demos and interfacing between game chats and demo database.


Languages

Language:C++ 97.1%Language:Makefile 2.4%Language:C 0.5%