diff options
Diffstat (limited to 'network/limnoria/README')
-rw-r--r-- | network/limnoria/README | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/network/limnoria/README b/network/limnoria/README index ed955373ae..f6a4328c23 100644 --- a/network/limnoria/README +++ b/network/limnoria/README @@ -1,3 +1,17 @@ -limnoria is a modified version of Supybot (an IRC bot) with translations -(fr, fi, it, hu, de, ...), embedded web server, bug fixes, and several -other enhancements and bug fixes. +Supybot is a robust (it doesn't crash), user friendly (it's easy to +configure) and programmer friendly (plugins are extremely easy to +write) Python IRC bot. It aims to be an adequate replacement for most +existing IRC bots. It includes a very flexible and powerful ACL +system for controlling access to commands, as well as more than 50 +builtin plugins providing around 400 actual commands. + +Limnoria is the project which continues development of Supybot since +2010. + +To build the python3 version: + +PYTHON3=yes ./limnoria.SlackBuild + +Optional dependency: + +python3 |