Add initial files from envbot v0.1-beta1

This commit is contained in:
Márcio Silva
2017-06-02 15:44:54 -03:00
commit b4830e97ae
81 changed files with 12852 additions and 0 deletions

16
INSTALL Normal file
View File

@@ -0,0 +1,16 @@
Installing envbot
=================
Installation isn't needed, you can run it from source directory.
Installation is possible though, but not recommended.
All you have to do is to get the bot running is:
* Run:
make
* Copy bot_settings.sh.example to bot_settings.sh
* Edit bot_settings.sh to set correct nick, IRC server, service password, and so on.
* Run:
./envbot
To install use something like (change the paths to fit your system):
make install DESTDIR=/ PREFIX=/home/user/envbot