forked from seveas/ubot
-
Notifications
You must be signed in to change notification settings - Fork 0
The µbot IRC bot framework
obstructables/ubot
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is the µbot IRC bot ======================== µbot (aka Microbot), is a very small IRC bot that is designed to be scalable, fault-tolerant, robust, easy to extend and multilingual. While µbot itself is tiny, it takes a unique approach to extending: where traditionally added functionality is written as plugins, or dynamically loaded modules, µbot's helpers all run in separate processes. These processes communicate with the bot via D-Bus and can thus be managed completely separately. This decoupling, and the libraries shipped with µbot make it very easy to add functionality. You can even write helpers in completely different language, as long as there are D-Bus bindings! µbot is also easy to manage, the configuration is done in simple .ini files and there is a web admin with which you can control the bot and its helpers.
About
The µbot IRC bot framework
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 60.7%
- JavaScript 13.1%
- Ruby 11.4%
- Perl 8.2%
- HTML 2.4%
- Makefile 2.0%
- Other 2.2%