scrumbot Code
Brought to you by:
rolfxx
File | Date | Author | Commit |
---|---|---|---|
doc | 2009-01-31 | rolfxx | [r1] First commit. |
lib | 2009-01-31 | rolfxx | [r1] First commit. |
src | 2009-02-03 | rolfxx | [r3] Made it report the people that were in the prev... |
README.txt | 2009-01-31 | rolfxx | [r2] Made the whole thing run from a jar-file. |
build.xml | 2009-01-31 | rolfxx | [r2] Made the whole thing run from a jar-file. |
This source code is copyright (c) Rolf Sormo, 2009. It is licensed under the GPL, see doc/LICENSE.txt You need Java and the Ant build tool to build and run it. To run it do the following: 1. Edit src/net/sourceforge/scrumbot/ScrumBotMain.java - Configure your irc-server host name - Configure the scrum-channel 2. Run "ant dist" 3. Start the bot with "java -jar dist/lib/ScrumBot-0.1.jar", with the correct version number in the jar file name.