aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Huber <rhuber@gmail.com>2014-10-24 17:41:20 -0700
committerRyan Huber <rhuber@gmail.com>2014-10-24 17:41:20 -0700
commit37b18c5534c18d3d1d75bb48889bb31ce37e345f (patch)
tree548c1d311eb33500d3e5c9d8c780fffffeed938f
parent4bafda97591b19cf2c1863522f6cb42036e6b65f (diff)
downloadwee-slack-37b18c5534c18d3d1d75bb48889bb31ce37e345f.tar.gz
Update README.md
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6b9084f..66283a6 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,22 @@
wee-slack
=========
+#Update!
+
+Currently testing a branch that supports multiple teams and NO LONGER REQUIRES IRC! To try, just pull the branch called "alpha_features"
+
+ git clone git@github.com:rawdigits/wee-slack.git
+ cd wee-slack
+ git checkout alpha_features
+
+Notes (important!):
+ * Turn off irc (and disable autoconnect)!
+ * Only need to set API Token, all other vars are pulled from Slack
+ * To test multi team, just do:
+
+ ```/set plugins.var.python.slack_extension.slack_api_token (token1),(token2),(token3)```
+
+
A WeeChat plugin for Slack.com IRC mode. Provides supplemental features only available in the web/mobile clients such as: synchronizing read markers, typing notification, search, (and more)! Connects via the Slack API, and maintains a persistent websocket for notification of events.
![animated screenshot](https://dl.dropboxusercontent.com/u/566560/slack.gif)