From f4c980e4b38165322ad005e032cfbda40471b9ed Mon Sep 17 00:00:00 2001 From: Epoch Qwert Date: Mon, 22 Sep 2014 01:13:11 -0500 Subject: 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 --- README | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'README') diff --git a/README b/README index 4c1ae66..4c289a9 100644 --- a/README +++ b/README @@ -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 -- cgit v1.2.3