Nanobot: Difference between revisions
Jump to navigation
Jump to search
imported>Wikiadmin mNo edit summary |
imported>Wikiadmin No edit summary |
||
| Line 1: | Line 1: | ||
== What is nanobot == | == What is nanobot == | ||
:Nanobot is an open source IRC bot written in | :Nanobot is an open source IRC bot written in Ruby. It's licenced under the [http://creativecommons.org/licenses/BSD/ BSD licence]. | ||
:It | :It was built to be as flexible and extensible as possible. It should run on any platform where Ruby is available. | ||
: | :The modular design means it has very very built-in commands. In fact all it has is those needed to control plugins. Every other command comes from a plugin. Plugins can be loaded and unloaded on the fly so almost any change or update can be done without having to restart the bot. | ||
== More info == | == More info == | ||
| Line 16: | Line 9: | ||
*[[Nanobot_manual|User manual]] | *[[Nanobot_manual|User manual]] | ||
*[[Nanobot_source|Source code]] | *[[Nanobot_source|Source code]] | ||
*[[Nanobot_modules| | *[[Nanobot_modules|Plugins]] | ||
*[[Nanobot_code_help|Writing your own | *[[Nanobot_code_help|Writing your own pluginis]] | ||
Revision as of 08:28, 22 August 2014
What is nanobot
- Nanobot is an open source IRC bot written in Ruby. It's licenced under the BSD licence.
- It was built to be as flexible and extensible as possible. It should run on any platform where Ruby is available.
- The modular design means it has very very built-in commands. In fact all it has is those needed to control plugins. Every other command comes from a plugin. Plugins can be loaded and unloaded on the fly so almost any change or update can be done without having to restart the bot.