diff options
author | Ryan Huber <rhuber@gmail.com> | 2014-07-17 18:05:00 -0700 |
---|---|---|
committer | Ryan Huber <rhuber@gmail.com> | 2014-07-17 18:05:00 -0700 |
commit | 039a26070c41616e1e3ddd15abb5f22f512543b9 (patch) | |
tree | 68793a4717007221cced1c549170c18ada651180 /README.md | |
parent | eaf0c0c3e13970b20d16803976ad067c43d163dc (diff) | |
download | wee-slack-039a26070c41616e1e3ddd15abb5f22f512543b9.tar.gz |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -39,12 +39,21 @@ weechat dev build from May 17 onward (or weechat > 4.4, expected Aug 15, 2014) ###5. Optional configuration (you want this) -##### Show typing notification in main bar +##### 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 ##### Hide voice/devoice messages + /filter add hide_irc_mode_messages * irc_mode * +##### 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 |