Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

Commit

Permalink
New favicon.
Browse files Browse the repository at this point in the history
  • Loading branch information
Efreak committed Aug 20, 2015
1 parent f53cc5a commit e402846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/chatBot.js
Original file line number Diff line number Diff line change
Expand Up @@ -1038,7 +1038,7 @@ ChatBot.prototype._startWebServer = function(port){
//Will only output colors on transports with colorize set to true
}));
if(this.options.favicon !== false) {
this.redirect("/favicon.ico","https://nodejs.org/favicon.ico",301);
this.redirect("/favicon.ico","http://i.imgur.com/UvrvFW4.png",301);
}
this.winston.silly("Done starting webserver. Starting socket.io");

Expand Down

1 comment on commit e402846

@Efreak
Copy link
Member Author

@Efreak Efreak commented on e402846 Aug 20, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably this should be sourced directly instead of hotlinked to imgur, but whatever. I'm lazy.

This is a ripoff of one of the monster game emoticons. Basically, it's :calm_creep: resized from 18x18 to 16x16, and recolored to the same color as the nodejs logo/icon.

If you have a better icon for us, feel free to submit a pull request. If we like it, we'll put it in the readme and on reddit, and we'll credit you.

Please sign in to comment.