Skip to content
/ PircBot Public
forked from davidlazar/PircBot

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

Notifications You must be signed in to change notification settings

Vodes/PircBot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'.

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%