mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
Updated.
This commit is contained in:
parent
f9188e45b3
commit
3b1e4dfe27
37
debian/control
vendored
37
debian/control
vendored
@ -11,33 +11,10 @@ Depends: python (>= 2.3)
|
|||||||
Recommends: python-sqlite
|
Recommends: python-sqlite
|
||||||
Suggests: python-twisted
|
Suggests: python-twisted
|
||||||
Description: A robust and user friendly Python IRC bot.
|
Description: A robust and user friendly Python IRC bot.
|
||||||
Supybot is an IRC bot written in Python; its goals are primarily
|
Supybot is a robust (it doesn't crash), user friendly (it's easy
|
||||||
clarity, utility, and flexibility.
|
to configure) and programmer friendly (plugins are *extremely*
|
||||||
|
easy to write) Python IRC bot. It aims to be an adequate
|
||||||
Clarity refers both to the code with which the bot is implemented
|
replacement for most existing IRC bots. It includes a very
|
||||||
and the ease with which the users can discover how to use the bot.
|
flexible and powerful ACL system for controlling access to
|
||||||
One of the primary reasons Supybot was written was to give Python
|
commands, as well as more than 50 builtin plugins providing
|
||||||
programmers a better option for writing IRC bots -- the framework
|
around 400 actual commands.
|
||||||
since developed makes writing new plugins simple and easy.
|
|
||||||
|
|
||||||
Utility refers to the bot's ability to serve a useful
|
|
||||||
purpose. Including several useful plugins by default (and always
|
|
||||||
gladly accepting more :)), chances are, Supybot does what you
|
|
||||||
want. If it doesn't yet, chances are it will, if someone's
|
|
||||||
interested in writing the plugin.
|
|
||||||
|
|
||||||
Flexibility refers both to the ability of the user to customize
|
|
||||||
the way the bot behaves and the ability of the programmer to
|
|
||||||
achieve his goals when writing plugins for Supybot. We've written
|
|
||||||
a complete, highly flexible capability system, allowing those who
|
|
||||||
run bots to specify with the granularity of a single command
|
|
||||||
exactly how their users should be able to interact with the
|
|
||||||
bot. For programmers, we offer entry points at every level of the
|
|
||||||
framework for the utmost in flexibility with respect to the IRC
|
|
||||||
protocol. At the highest level, they can simply reply to messages,
|
|
||||||
but at the lowest level they can access the actual socket to the
|
|
||||||
IRC server.
|
|
||||||
|
|
||||||
We hope that you'll find that Supybot is an excellent and easy
|
|
||||||
replacement for a number of other bots, including Blootbot,
|
|
||||||
Mozbot, RBot, and Moobot.
|
|
||||||
|
Loading…
Reference in New Issue
Block a user