Replies: 1 comment 1 reply
-
Isn't this already covered by the Expanding aliases would have little added value and could get rather bulky with complex aliases. Perhaps a mode that would echo all commands as sent to the mud would be useful, but might be tricky to implement. I'll add that to my todo list to look into. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Feature Proposal for MUD Client: New Logging Mode
Feature Description:
Introduce a logging mode that captures:
1. All text presented to the user in the final display form (after all processing, excluding GMCP or structured data).
2. All user-entered commands, recorded as plain text after alias expansion or input transformation.
Benefits:
– Produces clean, readable logs focused on actual gameplay interaction.
– Useful for reviewing sessions, debugging, or creating datasets for AI training.
– Filters out non-human-readable content such as GMCP, ANSI codes, and internal events.
Beta Was this translation helpful? Give feedback.
All reactions