From e61b917d7dbc4a4de4da67ed5fb8a864d8f8d7bb Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Fri, 28 Dec 2012 13:42:01 +0200 Subject: [PATCH] README.md: convert README file to markdown --- README | 27 --------------- README.md | 98 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 98 insertions(+), 27 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index 0ceb7c5..0000000 --- a/README +++ /dev/null @@ -1,27 +0,0 @@ -A bunch of plugins for Supybot / Limnoria I wrote myself or found on the -net and improved. - -AttackProtector: Provides configurable flood protection for channels. -Brainfuck: Brainfuck (a turing-complete programming language) interpreter. -Coffee: Makes coffee for the channel. -Debian: Grabs data from Debian website. -ERepublik: Graps data from e-republik. -Eureka: Trivia plugin, with a new take on file design. -GeekQuote: Grabs quotes from web services. -GitHub: Plugin using the GitHub API & repo web hooks. -GoodFrench: French typo/spelling checker. -Iwant: Wishlist. -Kickme: Utility plugin, useful in nested commands. -LinkRelay: Highly configurable relay plugin. -ListEmpty: List empty channels (or with few people) the bot is on. -Listener: Run a telnet server and announce messages to a channel. -Seeks: Plugin for the Seeks search engine. -SupyML: Markup-based Supybot language supporting variables and loops. -Trigger: Utility plugin that runs commands when a join/part/whatever occurs. -Trivia: Trivia plugin. -Twitter: Advanced Twitter plugin, with multiple account support. -Untiny: URL unshortener plugin. -WebLogs: Display channel logs on the web (experimental!). -WebStats: Display channel stats on the web. -WikiTrans: Translates words/expressions using Wikipedia inter-language links. -Wikipedia: Wikipedia plugin. diff --git a/README.md b/README.md new file mode 100644 index 0000000..5c9bcef --- /dev/null +++ b/README.md @@ -0,0 +1,98 @@ +A bunch of plugins for Supybot / Limnoria I wrote myself or found on the +net and improved. + +## AttackProtector + +Provides configurable flood protection for channels. + +##Brainfuck + +Brainfuck (a turing-complete programming language) interpreter. + +##Coffee + +Makes coffee for the channel. + +##Debian + +Grabs data from Debian website. + +##ERepublik + +Graps data from e-republik. + +##Eureka + +Trivia plugin, with a new take on file design. + +##GeekQuote + +Grabs quotes from web services. + +##GitHub + +Plugin using the GitHub API & repo web hooks. + +##GoodFrench + +French typo/spelling checker. + +##Iwant + +Wishlist. + +##Kickme + +Utility plugin, useful in nested commands. + +##LinkRelay + +Highly configurable relay plugin. + +##ListEmpty + +List empty channels (or with few people) the bot is on. + +##Listener + +Run a telnet server and announce messages to a channel. + +##Seeks + +Plugin for the Seeks search engine. + +##SupyML + +Markup-based Supybot language supporting variables and loops. + +##Trigger + +Utility plugin that runs commands when a join/part/whatever occurs. + +##Trivia + +Trivia plugin. + +##Twitter + +Advanced Twitter plugin, with multiple account support. + +##Untiny + +URL unshortener plugin. + +##WebLogs + +Display channel logs on the web (experimental!). + +##WebStats + +Display channel stats on the web. + +##WikiTrans + +Translates words/expressions using Wikipedia inter-language links. + +##Wikipedia + +Wikipedia plugin.