This repository has been archived on 2023-04-13. You can view files and clone it, but cannot push or open issues or pull requests.
CloudBot/docs/bots

27 lines
849 B
Plaintext
Raw Normal View History

2011-11-20 10:23:31 +01:00
Other bots we should "borrow" ideas from:
supybot http://supybot.com/
- horribly bloated plugin structure, each plugin has its own directory and 4 files (unit testing for plugins what)
phenny http://inamidst.com/phenny/
- inspiration for skybot, too much magic and not easy enough to change
pyfibot http://code.google.com/p/pyfibot/
- interesting, but lots of magic
rbot http://linuxbrit.co.uk/rbot/
2012-02-28 03:13:12 +01:00
- ruby
2011-11-20 10:23:31 +01:00
- lots of plugins
pyirc http://www.k-pdt.net/pyirc/
- very simple, not multithreaded
2012-02-28 03:13:12 +01:00
- poor use of regexes, CloudBot has much better parsing, but it implements many more irc control codes
2011-11-20 10:23:31 +01:00
- can convert irc colors to vt100 escape codes -- should implement this
- autoreconnect
2012-02-28 03:13:12 +01:00
pybot http://labix.org/pybot
2011-11-20 10:23:31 +01:00
- can handle multiple servers, but not multithreaded
- ugly modules
- too many external dependencies
- attempt at NLP