diff options
author | Ryan Huber <rhuber@gmail.com> | 2015-11-14 05:31:37 +0000 |
---|---|---|
committer | Ryan Huber <rhuber@gmail.com> | 2015-11-14 05:31:37 +0000 |
commit | 996f21928e89db7650ce24885ed4092a28d1da76 (patch) | |
tree | 6047d109b009b349971733ae56ba6cf5f24b8c79 | |
parent | 3190fd1a12b5434c30e8e9977ef298eecd99f185 (diff) | |
download | wee-slack-996f21928e89db7650ce24885ed4092a28d1da76.tar.gz |
lower scrollback size
-rw-r--r-- | wee_slack.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/wee_slack.py b/wee_slack.py index 6997944..a79b50e 100644 --- a/wee_slack.py +++ b/wee_slack.py @@ -26,7 +26,7 @@ SCRIPT_LICENSE = "MIT" SCRIPT_DESC = "Extends weechat for typing notification/search/etc on slack.com" BACKLOG_SIZE = 200 -SCROLLBACK_SIZE = 2000 +SCROLLBACK_SIZE = 500 SLACK_API_TRANSLATOR = { "channel": { @@ -1434,9 +1434,6 @@ def render_message(message_json): return text - - - def process_message(message_json, cache=True): global unfurl_ignore_alt_text |