megawac / qwebirc-enhancements

Rich and intuitive browser IRC client.
http://justplay.tf/irc
Other
23 stars 10 forks source link

CTCP PING: function(){return b} #52

Closed RobertEcker closed 9 years ago

RobertEcker commented 10 years ago

after /ctcp Robert ping:

Robert [...] requested CTCP PING from Robert: function(){return b}

why function(){return b} ?

megawac commented 10 years ago

Hmm, can reproduce but stepped through (extremely quick) and can't see where this happens.

ariscop commented 9 years ago

registeredCTCP.js:9 "PING": Function.from, Function.from returns a function, need function(x){return x} or an equivalent mootools helper