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
One example: since module callbacks are currently passed the original message in their argument dictionary, the message gets printed for every callback Stampy encounters. This is unhelpful since the original message is already known anyway.
One solution would be passing the source message separately from the arguments, then it could simply not be printed at the traceback stage. I'm going to start working on it.
The text was updated successfully, but these errors were encountered:
One example: since module callbacks are currently passed the original message in their argument dictionary, the message gets printed for every callback Stampy encounters. This is unhelpful since the original message is already known anyway.
One solution would be passing the source message separately from the arguments, then it could simply not be printed at the traceback stage. I'm going to start working on it.
The text was updated successfully, but these errors were encountered: