We have a bot, code from control:
outputmacro: testbot()
login
^addtopic(~TESTTOPIC)
$control_pre = ~control
$control_main = ~control
$control_post = ~control
$userprompt = ^”$login: >”
$botprompt = ^“testbot: “
In topic file:
topic: ~TESTTOPIC bot=testbot (helloworld)
u: (helloworld) I’m child.
So, in Windows we call function PerformChat(“testuser”, “testbot”, “helloworld”, “”, output). And it returns “I’m child”. It works correctly.
We do the same in Linux and output is “I don’t know what to say”. Error.
Thanks for any advise.