Fixes typo on 'eanbled'

This commit is contained in:
PotHix 2015-02-02 15:59:26 -02:00
parent f743a706af
commit 88e094913c
1 changed files with 3 additions and 3 deletions

View File

@ -31,9 +31,9 @@ Installation
$ sudo apt-get install libreadline-dev libconfig-dev libssl-dev lua5.2 liblua5.2-dev libevent-dev unzip git
$ cd /tmp
$ wget http://luarocks.org/releases/luarocks-2.2.0.tar.gz
$ tar -xzvf luarocks-2.2.0.tar.gz
$ tar -xzvf luarocks-2.2.0.tar.gz
$ cd luarocks-2.2.0/
$ ./configure
$ ./configure
$ make && sudo make install
$ sudo luarocks install oauth
$ sudo luarocks install luasocket
@ -53,7 +53,7 @@ See the plugins list with `!plugins` command.
Enable a disabled plugin by `!plugins enable [name]`.
Disable an eanbled plugin by `!plugins disable [name]`.
Disable an enabled plugin by `!plugins disable [name]`.
Those commands require a privileged user, privileged users are defined inside `data/config.lua` (generated by the bot), stop de bot and edit if necessary.