serokell / tzbot

Timezone bot for Slack
Mozilla Public License 2.0
7 stars 2 forks source link

[#38] Ignore time references in code blocks #42

Closed YuriRomanowski closed 1 year ago

YuriRomanowski commented 1 year ago

Description

Problem: The bot should ignore time references in code blocks because they are most probably some logs or just some code quotations.

Solution: Ignore codeblocks by analyzing (undocumented) block structure of incoming Slack messages, using some simple code ignoring function when the block structure cannot be parsed.

Related issue(s)

Fixed #38

:white_check_mark: Checklist for your Pull Request

Related changes (conditional)

Stylistic guide (mandatory)