On server, channel dprint through the readline-device. Also some refactors and quality improvements.

This commit is contained in:
2026-01-09 14:28:58 -05:00
parent 1087d18a2e
commit 7fa3f39d72
15 changed files with 258 additions and 253 deletions

View File

@@ -49,6 +49,8 @@ class SlashCommandParser
void skip_white();
std::string read_word();
void not_enough_args(const std::string &cmd);
public:
// Initialize the slash-command parser with the full command line.