mobibot is the #mobitopia IRC channel bot. https://github.com/ethauvin/mobibot
Find a file
2004-02-24 12:58:02 +00:00
lib The properties file can now be specified from the command line. 2004-02-24 12:56:33 +00:00
licenses Initial import. 2004-02-17 04:04:30 +00:00
src/net/thauvin/erik/mobibot The properties file can now be specified from the command line. 2004-02-24 12:56:33 +00:00
website Added reference to Commons CLI. 2004-02-24 12:58:02 +00:00
.cvsignore Initial import. 2004-02-17 04:04:30 +00:00
build.properties Initial import. 2004-02-17 04:04:30 +00:00
build.xml Initial import. 2004-02-17 04:04:30 +00:00
mobibot.fb Initial import. 2004-02-17 04:04:30 +00:00
mobibot.iml The properties file can now be specified from the command line. 2004-02-24 12:56:33 +00:00
mobibot.ipr Initial import. 2004-02-17 04:04:30 +00:00
mobibot.iws The properties file can now be specified from the command line. 2004-02-24 12:56:33 +00:00
README.txt Added (very) minimal instructions. 2004-02-17 14:10:45 +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
	
	{ debug }
	java -jar mobibot.jar -debug
	
	{ launch }
	/usr/bin/nohup java -jar mobibot.jar &