diff options
Diffstat (limited to 'wee_slack.py')
-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 |