Report #3044
vox ignores filter arguments when adding to chain
sourcee4tmyl33t
version0.1.1
statusRES
priorityTRI
target fix0.3
report date2023-09-21 00:43:57
reportWhen adding a custom replace dictionary to local.db, if the "replace" output filter is not already active, you cannot load this custom dictionary directly via "@vox output replace ". You must first do "@vox output replace" to enable the filter, then "@vox output replace " to load the custom dictionary, before it will detect the custom dictionary and enable its use. Unsure if this is intended behavior or not. Additionally, there is no confirmation message when these custom dictionaries are loaded that indicate a successful application, which would be a nice addition for the future if possible.
armelthelae 9 months ago
As it appears the above description swallowed anything between left- and right-carats I used for placeholders, to clarify: you cannot load this custom dictionary directly via "@vox output replace dictionaryname". You must first do "@vox output replace" to enable the filter, then "@vox output replace dictionaryname"
rhet0rica 8 months ago
Looks like a bug in the command parser for activating filters.
rhet0rica 3 months ago
Turns out it just deletes the first word, not all the prompt. The syntax was intended to be '@vox <chain> <filter> add [<parameters>]' and vox wasn't prepared to deal with the fact that 'add' is optional in the final implementation.
Please log in or register to add remarks.