slack-alias-plugin icon indicating copy to clipboard operation
slack-alias-plugin copied to clipboard

Too aggressive parsing of aliases

Open adambullmer opened this issue 9 years ago • 0 comments

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

adambullmer avatar Jul 02 '15 21:07 adambullmer