The ChanServ lobby bot, to be used with a Spring lobby server
README
ChanServ is a Spring lobby server bot (comparable to an IRC bot), that lets an
administrator or moderator do some channel related administering.
Maven is used as the project management system.
The project description file is pom.xml, which contains everything
Maven needs to know about the project, in order to:
Maven is used as the project management system.
The project description file is pom.xml, which contains everything
Maven needs to know about the project, in order to:
Make sure you have Maven 2 or later installed.
You can check that with the following command:
> mvn --version
compile and package:
> mvn package
This may take some time, if you are running Maven for the first time,
as it has to download all the dependencies for the different build steps.
If everything went smoothly, this was it already!
All the output of the build process is under the target sub-dir.
This is also where you find the final jar file:
target/chanserv*.jar
If you are on windows, or in an X session, you may just double-click the jar.
If not, you may run:
> java -jar target/chanserv*.jar