mobibot is the #mobitopia IRC channel bot. https://github.com/ethauvin/mobibot
Find a file
cvs2svn 950220b78d This commit was manufactured by cvs2svn to create tag 'v0_3_43'.
Sprout from master 2005-12-29 10:08:22 UTC Erik C. Thauvin <erik@thauvin.net> 'Added the ability for the bot to identify itself with NICKSERV.'
Cherrypick from master 2005-03-06 16:30:45 UTC Erik C. Thauvin <erik@thauvin.net> 'Updated ChangeLog.':
    ChangeLog.txt
2005-12-29 10:08:23 +00:00
ant Added the ability for the bot to identify itself with NICKSERV. 2005-12-29 10:08:22 +00:00
lib Added the ability for the bot to identify itself with NICKSERV. 2005-12-29 10:08:22 +00:00
licenses Added delicious-java license. 2005-03-05 21:52:19 +00:00
src/net/thauvin/erik/mobibot Added the ability for the bot to identify itself with NICKSERV. 2005-12-29 10:08:22 +00:00
website Update URLs to mobitopia.org. 2005-11-08 23:08:03 +00:00
.cvsignore Rome is now used to create and read the various feed. 2004-09-28 01:36:34 +00:00
build.properties Added support for del.icio.us 2005-03-05 21:40:28 +00:00
build.xml Rome is now used to create and read the various feed. 2004-09-28 01:36:34 +00:00
buildnum.properties Added the ability for the bot to identify itself with NICKSERV. 2005-12-29 10:08:22 +00:00
ChangeLog.txt This commit was manufactured by cvs2svn to create tag 'v0_3_43'. 2005-12-29 10:08:23 +00:00
mobibot.fb Updated locations. 2005-05-05 19:47:29 +00:00
mobibot.iml Added the ability for the bot to identify itself with NICKSERV. 2005-12-29 10:08:22 +00:00
mobibot.ipr Added the ability for the bot to identify itself with NICKSERV. 2005-12-29 10:08:22 +00:00
mobibot.iws Added the ability for the bot to identify itself with NICKSERV. 2005-12-29 10:08:22 +00:00
README.txt The properties file can now be specified from the command line. 2004-02-24 13:09:13 +00:00

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 &