Skip to content

A custom IRC bot to handle various functions in the RDDT IRC Network.

Notifications You must be signed in to change notification settings

edgesmash/IRCBot

 
 

Repository files navigation

IRCBot

Description

IRCBot is a custom IRC bot written in Java to support the RDDT IRC Network.

Prerequisites

In order to build and use IRCBot successfully, you will need the following:

(Library versions are determined in the Maven build script. To use newer versions, you may modify the versions as necessary and then rebuild the project.)

Building

To build IRCBot, import the Java source files and libraries into an IDE of your choice, or use the provided Maven build script to automatically build and package IRCBot.

Usage

  1. Edit 'IRCBot.properties' to match your configuration.
  2. Use the provided SQL file to prepare the tables required by IRCBot.
  3. Execute the JAR package from a command line.

Contributing

Contributions to the project are welcomed. You may submit a pull request to be reviewed and merged, however, the commits you add to a pull request must never break the current build! Pull requests that do break the build will immediately be rejected until another commit is added to fix the issue(s).

About

A custom IRC bot to handle various functions in the RDDT IRC Network.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%