aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorErik Johnson <palehose@gmail.com>2016-04-12 23:11:54 -0500
committerErik Johnson <palehose@gmail.com>2016-04-12 23:11:54 -0500
commit600f4f7f0c3c2a33197e2f793c9567ac6aad2295 (patch)
treecca14fbf89a5da16760a1589dae80d55424b489d /README.md
parentfabd8894affd8b823924cf3366cf8088bb281b26 (diff)
downloadwee-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.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 79c50db..91633f6 100644
--- a/README.md
+++ b/README.md
@@ -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
-
+