Hi Bruce, long time no post,
I’m trying to make my bot to output an url “http://....” it works if I put it literally directly in each output, but it doesn’t work if I wan’t to put is as a variable, e.g.
$myurl = http://....
u: (what is your site) my url is $myurl
bot doesn’t print myurl var, it only works if I do like this
u: (what is your site) my url is http://....
how can I achieve this??
thanks advanced.