Skip to content

spring/ChanServ

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Spring Lobby Server - Channel Admin Bot

README

ChanServ is a Spring lobby server bot (comparable to an IRC bot), that lets an administrator or moderator do some channel related administering.

Building

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:

  • Download dependencies
  • Compile the sources
  • Pack the class files together with all the dependencies into a single, executable jar file

Installing Maven 2

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:

  • Download dependencies
  • Compile the sources
  • Pack the class files together with all the dependencies into a single, executable jar file

Build steps

  1. Make sure you have Maven 2 or later installed. You can check that with the following command:

    > mvn --version
    
  2. 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

Running

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

About

The ChanServ lobby bot, to be used with a Spring lobby server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published