Bowserinator
Bowserinator
Using node-irc v0.5.2 When enabling flood protection, if there are no messages in the queue it should not wait to send the first message. There is the problem of the...
Sometimes the title and description of a playlist (that has both) are missing, I checked in `lib/main.js`: ```js parsed.json.header.playlistHeaderRenderer.title; parsed.json.header.playlistHeaderRenderer.descriptionText; ``` These two properly contain the title and playlist description,...
Suppose I had a server running on port 50 serving the file index.html: `Broken link` In redbird I setup `var proxy = require('redbird')({port: 80, xfwd: false}); proxy.register("example.com/test", "127.0.0.1:50"); ` When...