Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 861 Bytes

README.markdown

File metadata and controls

31 lines (20 loc) · 861 Bytes

BROBOT (Plugins)

About

brobot is an simple, extensible IRC bot written in Python, created by Michael Keselman.

  • IRC library written from scratch, following current python standards
  • Easy to use plugin interface that lets you
    • Code functionality for commands
    • Hook into any IRC event
  • Free and Open Source
  • Flexible YAML settings file

How To Use

  1. Clone the repository

     $ git clone git://github.com/keseldude/brobot.git brobot
    
  2. Copy the example settings file

     $ cp settings.example.yml settings.yml
    
  3. Modify the settings to connect to the right servers, channels, etc.

  4. Optionally write some plugins and put them in the plugins directory

  5. Run the script

     $ python brobot.py
    

TODO

  • Write good responses for most of the codes in the IRC protocol