Closed PanicIsReal closed 11 years ago
$encode variable in the !!/learn command not working, e.g.:
!!/learn lmgtfy 'http://lmgtfy.com?q=$encode($0))'
results in
Could not process input. Error: args.get is not a function on line 2130
I'd also like to point out that you have an extra parentheses at the end: $encode($0))
$encode($0))
Fixed, all is right with the bot again
$encode variable in the !!/learn command not working, e.g.:
!!/learn lmgtfy 'http://lmgtfy.com?q=$encode($0))'
results in
Could not process input. Error: args.get is not a function on line 2130