Well how are you sending it? From a script or from the "profile's" command line? Are you familiar wi
Well how are you sending it? From a script or from the "profile's" command line? Are you familiar with the "built-in" (unless you removed it)
^lua (.*)$
alias that runs whatever you put after the lua
in that command line - if you don't use that alias the Server will get sent the literal text you type - which might not be what you expect. I.e. in the command line try
lua sendSocket("<04>")
0 Replies