diff options
author | Ryan Huber <rhuber@gmail.com> | 2014-11-06 08:21:47 -0800 |
---|---|---|
committer | Ryan Huber <rhuber@gmail.com> | 2014-11-06 08:21:47 -0800 |
commit | 4636b1cb2074022821e38807b309d8d935d13de9 (patch) | |
tree | 56e8deef03d1413e5a6cde0835a2500a4d7fb53a /README.md | |
parent | a4447f304e7960c69a289ac99cdf37910b71c969 (diff) | |
download | wee-slack-4636b1cb2074022821e38807b309d8d935d13de9.tar.gz |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 34 |
1 files changed, 16 insertions, 18 deletions
@@ -3,18 +3,6 @@ wee-slack ========= -#Important Update - -wee-slack has been refactored, and no longer depends on the Slack IRC gateway. To use this plugin, please disable any IRC connections you have set up for Slack. Once you do this, your existing configuration should work as expected. - -``` -/server list - All servers: - slack -/server del slack -/python reload -``` - A WeeChat native client for Slack.com. 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) @@ -52,6 +40,19 @@ Dependencies Setup ------ + +####0. + +wee-slack doesn't use the Slack IRC gateway. If you currently connect via the gateway, you should probably remove the server definition. + +``` +/server list + All servers: + slack +/server del slack +/python reload +``` + ####1. Install websocket-client lib ``` pip install websocket-client @@ -154,18 +155,15 @@ Show typing notification in main bar (slack_typing_notice): /set weechat.bar.status.items [buffer_count],[buffer_plugin],buffer_number+:+buffer_name+{buffer_nicklist_count}+buffer_filter,[hotlist],completion,scroll,slack_typing_notice ``` -Persistent list of global users on left: -------------- -``` -/bar add globalnicklist root left 0 1 @irc.slack.#general:buffer_nicklist -``` - Show channel name in hotlist after activity ``` /set weechat.look.hotlist_names_level 14 ``` +Support +-------------- +wee-slack is provided without any warranty whatsoever, but you are welcome to ask questions in #wee-slack on freenode. |