BastliBridge

A bot framework bridgin multiple IM protocols, and mail
git clone git://xatko.vsos.ethz.ch/BastliBridge.git
Log | Files | Refs | Submodules

commit 025f8c9b95c63865497de78941db764ca8f238ce
parent 27667e2dcb93be886bb4bb5edfa3b1e326c9ae17
Author: Dominik Schmidt <das1993@hotmail.com>
Date:   Thu,  5 Oct 2017 12:55:32 +0200

Show the fancy 404 figlet on every 404

Diffstat:
src/proxy.d | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/proxy.d b/src/proxy.d @@ -67,7 +67,7 @@ void handleClient(Socket newsock){ res.response(404, "Not Found"); res.header("Connection","close"); res.header("Content-Type","text/plain"); - res.data("Not Found"); + res.data(fof); res.perform(newsock); } if(req.url=="/"){