/PircBot

A fork of PircBot' which is made to fix various DCC problems

Primary LanguageJava

PircBot

This is a fork of PircBot' (pronounced "PircBot prime") to improve DCC functionality.
A framework for writing IRC bots in Java. It is a fork of jibble.org's PircBot (version 1.5.0) that adds the following features:

  • SSL support
  • Other minor improvements

Usage

I opted for jitpack, so you can simply use the library by adding the jitpack repo to your build.gradle.

repositories {
    mavenCentral()
    maven("https://jitpack.io")
}
dependencies {
    implementation("com.github.Vodes:PircBot:0.1")
    ...
}

For general documentation on using PircBot once it's installed, see the jibble.org PircBot website. See ReminderBot' for an example of how to use the new features provided by PircBot'.