You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.
Is there a way to make sure that aliases inside formatting can be ignored? We often return output from servers that contain user@machinename and the @machinename might trigger an alias inadvertently.
Example:
user1: something something @alias some other formatted output here
bot: user1, user2 ^
I feel that anything inside the following formatting blocks should not be parsed and echoed out:
`@alias`
```@alias```
> @alias
The text was updated successfully, but these errors were encountered:
3dm1
pushed a commit
to 3dm1/slack-alias-plugin
that referenced
this issue
May 29, 2016
Prevent matching mentions within quotes or code snippets. For ease of implementation, the regex searches for ` only after the mention, instead of trying to match it after and before, this mean "`@abc `" will match.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is there a way to make sure that aliases inside formatting can be ignored? We often return output from servers that contain user@machinename and the @machinename might trigger an alias inadvertently.
Example:
user1:
something something @alias some other formatted output here
bot: user1, user2 ^
I feel that anything inside the following formatting blocks should not be parsed and echoed out:
The text was updated successfully, but these errors were encountered: