flamewave000 / dragonflagon-fvtt

DragonFlagon FoundryVTT Modules
BSD 3-Clause "New" or "Revised" License
64 stars 62 forks source link

DF Chat Enhancements: Quote Logging Contains Speaker Twice When Called from Script #377

Open Tarbarian opened 2 years ago

Tarbarian commented 2 years ago

Module DF Chat Enhancement (V4.0)

Describe the issue When calling AdventureLog.quote()through script the speaker is included in the log twice. For example, AdventureLog.quote("Bob","Test") produces image

To Reproduce Steps to reproduce the behavior:

  1. Enter AdventureLog.quote("Bob","Test") in the console or through a script macro.
  2. Look at log and see incorrect log.

Expected behavior Producing something like what is produced from the normal chat usage of the quote feature, e.g. image