diff options
author | Tollef Fog Heen <tfheen@err.no> | 2016-04-22 17:06:37 +0200 |
---|---|---|
committer | Tollef Fog Heen <tfheen@err.no> | 2016-04-22 17:06:37 +0200 |
commit | 1dbab3efcad27bf979adfe8c6e7d7b0afb87a17f (patch) | |
tree | bd8150615b919f4f1eda1edd05c0d17bf342a0dc | |
parent | 8397fded674b564458c4493ef02b3f86a3807b78 (diff) | |
parent | 600f4f7f0c3c2a33197e2f793c9567ac6aad2295 (diff) | |
download | wee-slack-1dbab3efcad27bf979adfe8c6e7d7b0afb87a17f.tar.gz |
Merge pull request #216 from terminalmage/python-load-example
Add info on manually loading wee_slack.py when weechat is already running
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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] |