diff options
author | Erik Johnson <palehose@gmail.com> | 2016-04-12 23:11:54 -0500 |
---|---|---|
committer | Erik Johnson <palehose@gmail.com> | 2016-04-12 23:11:54 -0500 |
commit | 600f4f7f0c3c2a33197e2f793c9567ac6aad2295 (patch) | |
tree | cca14fbf89a5da16760a1589dae80d55424b489d /README.md | |
parent | fabd8894affd8b823924cf3366cf8088bb281b26 (diff) | |
download | wee-slack-600f4f7f0c3c2a33197e2f793c9567ac6aad2295.tar.gz |
Add info on manually loading wee_slack.py when weechat is already running
Also remove trailing whitespace on a few lines.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -44,7 +44,7 @@ In Development Dependencies ------------ - * WeeChat 1.3+ http://weechat.org/ + * WeeChat 1.3+ http://weechat.org/ * websocket-client https://pypi.python.org/pypi/websocket-client/ Setup @@ -86,6 +86,8 @@ cp wee_slack.py ~/.weechat/python/autoload weechat ``` +**NOTE:** If weechat is already running, the script can be loaded using ``/python load python/autoload/wee_slack.py`` + ####4. Add your Slack API key(s) ``` /set plugins.var.python.slack_extension.slack_api_token [YOUR_SLACK_TOKEN] @@ -101,7 +103,7 @@ If you don't want to store your API token in plaintext you can use the secure fe ``` ##### Optional: If you would like to connect to multiple groups, use the above command with multiple tokens separated by commas. (NO SPACES) - + ``` /set plugins.var.python.slack_extension.slack_api_token [token1],[token2],[token3] ``` @@ -211,4 +213,4 @@ wee-slack is provided without any warranty whatsoever, but you are welcome to as - + |