beCodeMyFriend / Cuore.js

Other
34 stars 13 forks source link

cannot send empty strings into messages #18

Closed elmendalerenda closed 12 years ago

elmendalerenda commented 12 years ago

When messages are composed the empty strings are filtered and not sended. Change the check to if(value==null) return;