Add support for customizing the way user input is processed. The --evaler option is added to specify the Lua code, which accepts cmd var containing user input for current connection. The evaler Lua code can be loaded from file.
Autocompletion is disabled if custom evaler is set.
Add support for customizing the way user input is processed. The
--evaler
option is added to specify the Lua code, which acceptscmd
var containing user input for current connection. The evaler Lua code can be loaded from file. Autocompletion is disabled if custom evaler is set.