mobibot is the #mobitopia IRC channel bot. https://github.com/ethauvin/mobibot
Find a file
Erik C. Thauvin d27fe4a666 Added -serial command line argument.
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.
2004-02-25 12:12:28 +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 Added -serial command line argument. 2004-02-25 12:12:28 +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 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 &