From 3bde56997b132d7f2a9a577fab9bb3f1a238472c Mon Sep 17 00:00:00 2001 From: Ryan Scheel Date: Fri, 17 Jan 2014 02:33:50 -0800 Subject: [PATCH] Update readme.md --- readme.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index dc1674c..83544fa 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,9 @@ Tennu is an IRC bot framework written in Node.js +[![NPM](https://nodei.co/npm/tennu.png?downloads=true&stars=true)](https://nodei.co/npm/tennu/) + +See [Our Website](https://tennu.github.io) for (soon) better documentation. + ---------- ## Basic Usage ## @@ -52,7 +56,7 @@ A network configuration object has the following properties: * nickserv - Nickname of nickserv service. Defaults to "nickserv". * trigger - Command character to trigger commands with. By default, '!'. * channels - Array of channels to autojoin. _Example:_ ["#help", "#tennu"] -* plugins - An array of module names that the bot requires. +* modules - An array of module names that the bot requires. Other plugins may use additional properties. @@ -66,6 +70,7 @@ The following properties will be renamed: * nick -> nickname * trigger -> command-trigger * password -> auth-password (or something better...) +* modules -> plugins ## Dependency Management ## @@ -413,4 +418,4 @@ Between all projects (tennu, tennu-modules, irc-socket), there are over 100 test * [Tennu's Website](https://tennu.github.io/) * [IRC Specifications and other helpful tables](https://www.alien.net.au/irc/) -* [IRC Wiki](http://www.irc-wiki.org/) \ No newline at end of file +* [IRC Wiki](http://www.irc-wiki.org/)