Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.

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

1 star

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages

  • Java 100.0%