aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRyan Huber <rhuber@gmail.com>2014-07-17 17:05:55 -0700
committerRyan Huber <rhuber@gmail.com>2014-07-17 17:05:55 -0700
commit611f209b4de4950ccdf56472b346bd392b2d5e1d (patch)
tree86556b8ceb34398f1ae5d51764aa6937e5c57286 /README.md
parent1e7e8b9c127fd4bb8cf59c01295cbc0a8ecac65e (diff)
downloadwee-slack-611f209b4de4950ccdf56472b346bd392b2d5e1d.tar.gz
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md25
1 files changed, 22 insertions, 3 deletions
diff --git a/README.md b/README.md
index 7d714d4..11bba91 100644
--- a/README.md
+++ b/README.md
@@ -14,18 +14,37 @@ weechat dev build from May 17 onward (or weechat > 4.4, expected Aug 15, 2014)
#####1. Add a slack as an IRC server in weechat
+ /server add slack rednu.irc.slack.com/6667 -nicks=(YOUR_SLACK_USERNAME) -ssl -ssl_dhkey_size=1 -autoconnect
+ /set irc.server.slack.password (YOUR_SLACK_PASSWORD)
+
#####2. copy wee_slack.py to ~/.weechat/python/autoload
#####3. Configure the slack plugin
- /set plugins.var.python.slack_extension.slack_api_token your_slack_token
+ /set plugins.var.python.slack_extension.slack_api_token (YOUR_SLACK_TOKEN)
^^ (find this at https://api.slack.com/ under Authentication)
- /set plugins.var.python.slack_extension.server weechat_server_short name
- ^^ (find this with /server list)
+ /set plugins.var.python.slack_extension.server (WEECHAT_SERVER_SHORT_NAME)
+ ^^ (find this with /server list, probably 'slack')
#####4.
/save
/python reload
+#####5. Optional configuration (you want this)
+
+#### Show typing notification in main bar
+ /set weechat.bar.status.items [buffer_count],[buffer_plugin],buffer_number+:+buffer_name+{buffer_nicklist_count}+buffer_filter,[hotlist],completion,scroll,slack_typing_notice
+
+#### Hide voice/devoice messages
+ /filter add hide_irc_mode_messages * irc_mode *
+
+
+
+
+
+
+
+
+