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
Some people want to vary the message to use when calling @coqbot, for instance by adding "please". When it's added at the end, it works, but when it's added between the call to @coqbot and the directive, it currently doesn't.
In passing, we could stop ignoring messages to @coqbot that we don't understand. We could reply with something like "I didn't understand what you're asking. Here's what I can do." But this would require to be smarter to detect when it's a message to @coqbot and when it isn't. A reasonable heuristics would be to only take notice when @coqbot is at the beginning of a line. And everytime @coqbot doesn't understand something, it could also post a comment here to report about it.
The text was updated successfully, but these errors were encountered:
Some people want to vary the message to use when calling @coqbot, for instance by adding "please". When it's added at the end, it works, but when it's added between the call to @coqbot and the directive, it currently doesn't.
In passing, we could stop ignoring messages to @coqbot that we don't understand. We could reply with something like "I didn't understand what you're asking. Here's what I can do." But this would require to be smarter to detect when it's a message to @coqbot and when it isn't. A reasonable heuristics would be to only take notice when @coqbot is at the beginning of a line. And everytime @coqbot doesn't understand something, it could also post a comment here to report about it.
The text was updated successfully, but these errors were encountered: