luaconsole.cpp has been removed. Ascii driver is still sending text via stdin, but it is now ignored. So in ascii mode, commands are currently not interpreted.

This commit is contained in:
2025-12-16 00:34:30 -05:00
parent c0bcb1099b
commit f75ff36c3d
9 changed files with 21 additions and 288 deletions

View File

@@ -34,6 +34,7 @@ enum class AccessKind {
CONNECT_TO_SERVER,
VALIDATE_LUA_EXPR,
CHANNEL_PRINTS,
SLASH_COMMAND,
};
class DrivenEngine;
@@ -104,10 +105,6 @@ struct EngineWrapper {
//
bool (*get_outgoing_empty)(EngineWrapper *w, uint32_t chid);
// Get the console prompt.
//
void (*get_console_prompt)(EngineWrapper *w, uint32_t *len, const char **data);
// Get the clock.
//
// Get the current time. This is equal to the last value passed