CommandHelper

CommandHelper

46.5k Downloads

Using expr('') returns an error

LadyCailinBot opened this issue · 2 comments

commented

CMDHELPER-2925 - Reported by Алексей.Положенцев

/1 = >>>
@x = '' msg(expr(@x)) <<<
returns this: http://pastebin.com/vizNwfRc when using "/1".

"expr('')" in any part of code returns this: http://pastebin.com/b4ft7w9d when reloading aliases.

commented

Comment by Алексей.Положенцев

hmm, single quotes are invisible! I wrote @x = quote quote and expr(quote quote) XDD

commented

Comment by LadyCailin

Fixed.