Merge branch 'master' of github.com:boothj5/profanity-plugins
This commit is contained in:
13
README.md
13
README.md
@@ -17,9 +17,16 @@ make
|
||||
sudo make install
|
||||
```
|
||||
|
||||
The last step will create a shared library `libprofanity` and install headers required for developing C plugins. If you don't want to run any C plugins, you can omit the last step.
|
||||
The last step will create a shared library `libprofanity` and install headers required for developing C plugins.
|
||||
|
||||
You will need python-dev, ruby-dev and libtool packages installed on your system.
|
||||
You will need a few more dependencies installed on your system:
|
||||
|
||||
```
|
||||
python-dev
|
||||
ruby-dev
|
||||
libtool
|
||||
autoconf-archives
|
||||
```
|
||||
|
||||
Loading plugins
|
||||
---------------
|
||||
@@ -41,6 +48,8 @@ For example:
|
||||
load=browser.py;connect.py;ChatStart.rb;cricket-score.py;platform-info.py;whoami.py;ascii.py
|
||||
```
|
||||
|
||||
Run the `/plugins` command to see a list of installed plugins.
|
||||
|
||||
Example plugin code
|
||||
-------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user