Namespace EchoHub.Core.Constants
Classes
- MessageConventions
Cross-protocol message conventions. Action messages (
/me) use the IRC CTCP ACTION wire format 0x01 + "ACTION " + text + 0x01 as the stored content, so IRC clients interoperate natively (irssi's /me arrives in exactly this shape) and the TUI renders "* nick text". In end-to-end encrypted rooms the marker encrypts along with the text.