PageRenderTime 25ms CodeModel.GetById 31ms RepoModel.GetById 0ms app.codeStats 0ms

/README.md

https://github.com/ProgVal/Supybot-plugins
Markdown | 130 lines | 71 code | 59 blank | 0 comment | 0 complexity | f7828bfc165316326ec0fb93790afb29 MD5 | raw file
  1. A bunch of plugins for Supybot / Limnoria I either wrote myself or found on the
  2. net and improved. Plugins that require HTTPd aren't compatible with
  3. Supybot or gribble. If you cannot load these plugins in Limnoria, please
  4. make sure you are using a recent version with the `version` command.
  5. To install dependencies for Limnoria and these plugins, run
  6. ```
  7. pip install -r https://raw.githubusercontent.com/ProgVal/Limnoria/master/requirements.txt
  8. pip install -r requirements.txt
  9. ```
  10. [![Build Status](https://travis-ci.org/ProgVal/Supybot-plugins.svg?branch=master)](https://travis-ci.org/ProgVal/Supybot-plugins)
  11. ## AttackProtector
  12. Provides configurable flood protection for channels.
  13. ## AutoTrans
  14. Sends in a query a translation of messages received in a channel.
  15. ## Brainfuck
  16. Brainfuck (a turing-complete programming language) interpreter.
  17. ## ChannelStatus
  18. Web interface for displaying channel-related data (topic, users, )
  19. ## Coffee
  20. Makes coffee for the channel.
  21. ## Debian
  22. Grabs data from Debian's website.
  23. ## Eureka
  24. Trivia plugin, with a new take on file design.
  25. ## GitHub
  26. Plugin using the GitHub API & repo web hooks. **This plugin requires
  27. Limnoria**
  28. ## GoodFrench
  29. French typo/spelling checker.
  30. ## IgnoreNonVoice
  31. This plugin ignores users who aren't voiced. Can also be configured to
  32. only work when the channel is moderated `mode +m`. Useful with lesser
  33. moderation (`mode +z`).
  34. ## Iwant
  35. Wishlist.
  36. ## Kickme
  37. Utility plugin, useful in nested commands.
  38. ## LinkRelay
  39. Highly configurable relay plugin.
  40. ## ListEmpty
  41. List empty channels (or with few people) the bot is on.
  42. ## Listener
  43. Run a telnet server and announce messages to a channel.
  44. ## OEIS
  45. Graps data from the Online Encyclopedia of Integer Sequences.
  46. ## Pinglist
  47. Keeps a list of people attending a meeting/game, and provides a `pingall`
  48. command to ping them all.
  49. ## RateLimit
  50. Provides rate-limiting of commands.
  51. ## Seeks
  52. Plugin for the Seeks search engine.
  53. ## SupyML
  54. Markup-based Supybot language supporting variables and loops.
  55. ## Trigger
  56. Utility plugin that runs commands when a join/part/whatever occurs.
  57. ## Trivia
  58. Trivia plugin.
  59. ## Twitter
  60. Advanced Twitter plugin, with multiple account support.
  61. ## Untiny
  62. URL unshortener plugin.
  63. ## WebLogs
  64. Display channel logs on the web (experimental!). **This plugin requires
  65. Limnoria.**
  66. ## WebStats
  67. Display channel stats on the web. **This plugin requires Limnoria.**
  68. ## WikiTrans
  69. Translates words/expressions using Wikipedia inter-language links.
  70. ## Wikipedia
  71. Wikipedia plugin.