mobibot is the #mobitopia IRC channel bot. https://github.com/ethauvin/mobibot
Find a file
2004-02-18 11:40:43 +00:00
lib Initial import. 2004-02-17 04:04:30 +00:00
licenses Initial import. 2004-02-17 04:04:30 +00:00
src/net/thauvin/erik/mobibot The weather command help is now returned when a station id is not specified. 2004-02-18 11:40:43 +00:00
website Added wiki reference. 2004-02-17 11:22:52 +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 Initial import. 2004-02-17 04:04:30 +00:00
mobibot.ipr Initial import. 2004-02-17 04:04:30 +00:00
mobibot.iws Initial import. 2004-02-17 04:04:30 +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 &