diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -14,6 +14,12 @@ weechat build from May 17 onward ##Setup: +#####1. Add a slack as an IRC server in weechat + +#####2. copy wee_slack.py to ~/.weechat/python/autoload + +#####3. Configure the slack plugin + /set plugins.var.python.slack_extension.domain example.slack.com /set plugins.var.python.slack_extension.email your_login_email@yourdomain.com /set plugins.var.python.slack_extension.password your_password @@ -21,8 +27,7 @@ weechat build from May 17 onward /set plugins.var.python.slack_extension.server your_irc_server_name ^^ (find this with /server list) - -Once you have changed these paramaters, run: +#####4. /save /python reload |