mobibot is the #mobitopia IRC channel bot. https://github.com/ethauvin/mobibot
Find a file
erik 5858e12b1a Moved to gradle build system.
Using exp4j instead of MathEvaluator for calcuation now.
2014-04-19 21:16:53 -07:00
ant Added the ability for the bot to identify itself with NICKSERV. 2005-12-29 10:08:22 +00:00
gradle/wrapper Moved to gradle build system. 2014-04-19 21:16:53 -07:00
licenses Automatically fetches the title of a URL submission if not already specified. 2012-07-06 02:03:03 -07:00
properties Moved to gradle build system. 2014-04-19 21:16:53 -07:00
src/main/java/net/thauvin/erik/mobibot Moved to gradle build system. 2014-04-19 21:16:53 -07:00
website Moved to gradle build system. 2014-04-19 21:16:53 -07:00
.gitignore Moved to gradle build system. 2014-04-19 21:16:53 -07:00
build.gradle Moved to gradle build system. 2014-04-19 21:16:53 -07:00
build.properties Removed Jaiku (defunct) support. 2010-09-15 10:37:01 +00:00
buildnum.properties Moved to gradle build system. 2014-04-19 21:16:53 -07:00
gradlew Moved to gradle build system. 2014-04-19 21:16:53 -07:00
gradlew.bat Moved to gradle build system. 2014-04-19 21:16:53 -07:00
mobibot.iml Moved to gradle build system. 2014-04-19 21:16:53 -07:00
mobibot.ipr Moved to gradle build system. 2014-04-19 21:16:53 -07:00
mobibot.iws Moved to gradle build system. 2014-04-19 21:16:53 -07:00
README.txt Moved to gradle build system. 2014-04-19 21:16:53 -07:00
settings.gradle Moved to gradle build system. 2014-04-19 21:16:53 -07:00

Some very basic instructions:

	./gradlew deploy

	cd deploy

	{ configure the properties }
	vi *.properties
	
	{ help }
	java -jar mobibot.jar -h
	
	{ launch }
	/usr/bin/nohup java -jar mobibot.jar &