Fixes typo on 'eanbled'
This commit is contained in:
parent
f743a706af
commit
88e094913c
@ -31,9 +31,9 @@ Installation
|
|||||||
$ sudo apt-get install libreadline-dev libconfig-dev libssl-dev lua5.2 liblua5.2-dev libevent-dev unzip git
|
$ sudo apt-get install libreadline-dev libconfig-dev libssl-dev lua5.2 liblua5.2-dev libevent-dev unzip git
|
||||||
$ cd /tmp
|
$ cd /tmp
|
||||||
$ wget http://luarocks.org/releases/luarocks-2.2.0.tar.gz
|
$ 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/
|
$ cd luarocks-2.2.0/
|
||||||
$ ./configure
|
$ ./configure
|
||||||
$ make && sudo make install
|
$ make && sudo make install
|
||||||
$ sudo luarocks install oauth
|
$ sudo luarocks install oauth
|
||||||
$ sudo luarocks install luasocket
|
$ sudo luarocks install luasocket
|
||||||
@ -53,7 +53,7 @@ See the plugins list with `!plugins` command.
|
|||||||
|
|
||||||
Enable a disabled plugin by `!plugins enable [name]`.
|
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.
|
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.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user