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
Currently, /help otr shows commands in upper case:
…
TRUST [<fp>]
Trust a specific fingerprint. The behavior is the same as the forget and
distrust commands explained above.
…
But /otr TRUST results in OTR: Unknown command TRUST. /otr trust will succeed.
Since the otr plugin is case-sensitive to commands, they should be documented in help the same way they are expected.
The text was updated successfully, but these errors were encountered:
Currently,
/help otr
shows commands in upper case:But
/otr TRUST
results inOTR: Unknown command TRUST
./otr trust
will succeed.Since the otr plugin is case-sensitive to commands, they should be documented in
help
the same way they are expected.The text was updated successfully, but these errors were encountered: