URI: 
       Locate cake haters. - bitreich-httpd - Bitreich HTTPD service
  HTML git clone git://bitreich.org/bitreich-httpd git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/bitreich-httpd
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   DIR README
   DIR LICENSE
       ---
   DIR commit 02ecd2dc0bcee22def4b6e16e3c74a4a39e90f34
   DIR parent 458867563dbad1db447aa489fdf56bd614f02154
  HTML Author: Christoph Lohmann <20h@r-36.net>
       Date:   Fri, 13 Nov 2020 20:38:54 +0100
       
       Locate cake haters.
       
       Diffstat:
         M bitreich-httpd.c                    |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/bitreich-httpd.c b/bitreich-httpd.c
       @@ -141,7 +141,7 @@ main(int argc, char *argv[])
                        ctype = "audio/mpeg";
                } else if (strstr(request, "dickbutt")) {
                        asprintf(&path,
       -                        "/home/annna/bin/annna-say -c \"#bitreich-tv\" \"%s:%s cake hater appeared.\"",
       +                        "/home/annna/bin/locate-cake-hater \"%s\" \"%s\"",
                                clienth, clientp);
                        system(path);
                        free(path);