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.
- Host: GitHub
- URL: https://github.com/tfc/ircbot
- Owner: tfc
- Created: 2013-01-03T15:31:19.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-01-24T13:51:31.000Z (over 13 years ago)
- Last Synced: 2025-01-13T16:47:49.411Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 387 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
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