mobibot is the #mobitopia IRC channel bot. https://github.com/ethauvin/mobibot
Find a file
Erik C. Thauvin a36b1cdd61 Added action(channel, action) method.
Added input validation to action/send methods.
2004-10-04 14:22:28 +00:00
ant Rome is now used to create and read the various feed. 2004-09-28 01:36:34 +00:00
lib Fixed a problem with the MathEvaluator library where "atan(), asin(), acos()" never worked right. 2004-09-28 09:15:41 +00:00
licenses Rome is now used to create and read the various feed. 2004-09-28 01:36:34 +00:00
src/net/thauvin/erik/mobibot Added action(channel, action) method. 2004-10-04 14:22:28 +00:00
website Rome is now used to create and read the various feed. 2004-09-28 01:36:34 +00:00
.cvsignore Rome is now used to create and read the various feed. 2004-09-28 01:36:34 +00:00
build.properties Rome is now used to create and read the various feed. 2004-09-28 01:36:34 +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 action(channel, action) method. 2004-10-04 14:22:28 +00:00
ChangeLog.txt Initial import. 2004-02-26 01:21:19 +00:00
mobibot.fb Initial import. 2004-02-17 04:04:30 +00:00
mobibot.iml Rome is now used to create and read the various feed. 2004-09-28 01:36:34 +00:00
mobibot.ipr Rome is now used to create and read the various feed. 2004-09-28 01:36:34 +00:00
mobibot.iws Added action(channel, action) method. 2004-10-04 14:22:28 +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 &