aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md
index 451e00f..f264dda 100644
--- a/README.md
+++ b/README.md
@@ -9,3 +9,21 @@ A WeeChat plugin for Slack.com. Synchronizes read markers, provides typing notif
pip install mechanize
pip install websocket-client
+
+weechat build from May 17 onward
+
+##Setup:
+
+ /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
+ /set plugins.var.python.slack_extension.nick your_slack_nickname
+ /set plugins.var.python.slack_extension.server your_irc_server_name
+ ^^ (find this with /server list)
+
+
+Once you have changed these paramaters, run:
+
+ /save
+ /python reload
+