Closed CuAnnan closed 3 years ago
@admin penn_setq=1 think [setq(user,test)][execscript(setq.sh)] MUSH Stuff MUSHQ_0: test MUSHQN_0: user MUSHN_USER: test
MUSHN will only be populated if there's a name assigned to a register.
I can see where the documentation may not be fully clear on it, but it should be understood that if you don't label a register the label wouldn't be utilized as it wouldn't exist.
https://github.com/CuAnnan/domain/blob/main/output.txt
Nothing with the musqn or mushn prefix.
what does think config(penn_setq)
return?
0
Turn it on and your issue should be resolved.
Without it enabled, setq(foo,bar) is not setting to the label 'foo' but setting it to register 'f'.
wizhelp penn_setq
Thanks. That did it.
If this is intended, the docs need to be updated to reflect this.