diff options
author | Epoch Qwert <epoch@53flpnlls43fcguy.onion> | 2014-09-22 01:13:11 -0500 |
---|---|---|
committer | Epoch Qwert <epoch@53flpnlls43fcguy.onion> | 2014-09-22 01:13:11 -0500 |
commit | f4c980e4b38165322ad005e032cfbda40471b9ed (patch) | |
tree | 605f39e4398dcc85cfd5d7e1db89fba7bb1e1811 /README | |
parent | 7f82cd9b726f69f01c243833058e438c4e22b84f (diff) | |
download | segfault-f4c980e4b38165322ad005e032cfbda40471b9ed.tar.gz segfault-f4c980e4b38165322ad005e032cfbda40471b9ed.zip |
deleted the compile.sh shit. using makefiles now.
added %~ to point to the bot's cwd.
updated README to include useful info about env vars he uses.
fixed runme.sh to use libhashtable's directory in LD_LIBRARY_PATH
Diffstat (limited to 'README')
-rw-r--r-- | README | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,21 @@ This bot expects a homedir and a user account just like any other person. If you use daemontools you can just make the run file a symlink to segfault. + +:running segfault: +::arguments: +argv[1]: nick + +::env vars: +segserver: + IP or hostname of where segfault should connect to. + default: 127.0.0.1 +segport: + port of the plaintext IRC server segfault should connect to. + default: 6667 +seguser: + user that segfault should drop its root privs to. + default: segfault +seghome: + home directory where segfault looks for its files. + default: home dir of seguser |