Skip to content

Commit 3902149

Browse files
committed
Merge branch 'master' of github.com:Havvy/tennu
2 parents ed68d09 + 3bde569 commit 3902149

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

readme.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Tennu is an IRC bot framework written in Node.js
22

3+
[![NPM](https://nodei.co/npm/tennu.png?downloads=true&stars=true)](https://nodei.co/npm/tennu/)
4+
5+
See [Our Website](https://tennu.github.io) for (soon) better documentation.
6+
37
----------
48

59
## Basic Usage ##
@@ -52,7 +56,7 @@ A network configuration object has the following properties:
5256
* nickserv - Nickname of nickserv service. Defaults to "nickserv".
5357
* trigger - Command character to trigger commands with. By default, '!'.
5458
* channels - Array of channels to autojoin. _Example:_ ["#help", "#tennu"]
55-
* plugins - An array of module names that the bot requires.
59+
* modules - An array of module names that the bot requires.
5660

5761
Other plugins may use additional properties.
5862

@@ -66,6 +70,7 @@ The following properties will be renamed:
6670
* nick -> nickname
6771
* trigger -> command-trigger
6872
* password -> auth-password (or something better...)
73+
* modules -> plugins
6974

7075
## Dependency Management ##
7176

@@ -413,4 +418,4 @@ Between all projects (tennu, tennu-modules, irc-socket), there are over 100 test
413418

414419
* [Tennu's Website](https://tennu.github.io/)
415420
* [IRC Specifications and other helpful tables](https://www.alien.net.au/irc/)
416-
* [IRC Wiki](http://www.irc-wiki.org/)
421+
* [IRC Wiki](http://www.irc-wiki.org/)

0 commit comments

Comments
 (0)