diff options
Diffstat (limited to 'wee_slack.py')
-rw-r--r-- | wee_slack.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wee_slack.py b/wee_slack.py index d160f1d..e6c8e62 100644 --- a/wee_slack.py +++ b/wee_slack.py @@ -6616,6 +6616,7 @@ def setup_hooks(): w.hook_command_run( "/input set_unread_current_buffer", "set_unread_current_buffer_cb", "" ) + w.hook_command_run("/buffer set unread", "set_unread_current_buffer_cb", "") w.hook_command_run("/away", "away_command_cb", "") w.hook_command_run("/whois", "whois_command_cb", "") |