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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user