kud / ed-209

I'm an IRC bot!
8 stars 4 forks source link

Handle multi word expressions in the js command ? #11

Closed OwlyCode closed 11 years ago

OwlyCode commented 11 years ago

At the moment we do :

bobot: js '"yo" + " " + "les" + " " + "jeunes"'

But we should better do :

bobot: js "yo" + " " + "les" + " " + "jeunes"