Git Product home page Git Product logo

pircbot's Introduction

PircBot'

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

  • SSL support
  • The ConfigurablePircBot class, allowing IRC bots to be configured easily
  • A build system using Apache Ant and Apache Ivy
  • Other minor improvements

Usage

PircBot' can be installed by typing:

$ ant

This makes the PircBot' library available to projects that depend on it through Ivy. The library can also be used via the resulting build/artifacts/pircbot.jar file.

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

pircbot's People

Contributors

davidlazar avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

pircbot's Issues

onEvent functions

PircBot v. 1.5, the documentation to which is linked as documentation for this 1.7 port, has a large number of on*() functions on the PircBot class, such as onJoin, onPart, onNickChange, onTopic, etc., which aren't supported by this version. Of particular usefulness are onJoin and onPart, which can allow the bot to automatically add a user to a system when they join the channel or to introduce itself, to serialize a user's data when they leave (users can easily leave a channel without disconnecting from a server), etc. Also of use could be the onUnknown() function, which allows the user to define their own behavior when an event occurs on the server that the PircBot framework is unable to handle.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.