From e402846c29dad797c0ab910e367b8d2a48887c27 Mon Sep 17 00:00:00 2001 From: Efreak Date: Wed, 19 Aug 2015 23:30:59 -0700 Subject: [PATCH] New favicon. --- lib/chatBot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/chatBot.js b/lib/chatBot.js index 4e9df1d8..a48da42f 100644 --- a/lib/chatBot.js +++ b/lib/chatBot.js @@ -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");