An open API service indexing awesome lists of open source software.

https://github.com/tfc/ircbot

A slick, extendable IRC bot written in plain C.
https://github.com/tfc/ircbot

Last synced: over 1 year ago
JSON representation

A slick, extendable IRC bot written in plain C.

Awesome Lists containing this project

README

          

ircbot
======================

Introduction
-------------------
This hobby project is a small and slick IRC bot framework
with loadable module support written in plain C.

System Requirements
-------------------
- some kind of UNIX (neither written for Windows nor tested there)
- glib2.0

Getting Started
-------------------

To start the bot, just run

./bot

configuration values are parsed from ircb.conf in the same folder.
To override config values for server and port, run:

./bot

TODO
-------------------
- The plugin framework will get some more extensions
- Timer events for the plugins