mobibot is the #mobitopia IRC channel bot.
https://github.com/ethauvin/mobibot
Added ability to search the current URL posts. Added ping command. Added more efficient arguments parsing in the public and private commands. Added ability for the originator to modify a post's URL. Removed the various URL-based attributes from the constructor. Fixed the nick command. |
||
---|---|---|
lib | ||
licenses | ||
src/net/thauvin/erik/mobibot | ||
website | ||
.cvsignore | ||
build.properties | ||
build.xml | ||
mobibot.fb | ||
mobibot.iml | ||
mobibot.ipr | ||
mobibot.iws | ||
README.txt |
Some very basic instructions: ant jar mkdir run cp dist/mobibot.jar run cp -R lib run cp properties/*.properties run cd run mkdir logs { configure the properties } vi *.properties { help } java -jar mobibot.jar -h { launch } /usr/bin/nohup java -jar mobibot.jar &