tRemove spurious tabs in British mode. - dotg - a bitreich fosdem adventure
 (HTM) git clone git://parazyd.org/dotg.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) commit 00df628e160b50aa94b3deda5c7d79fcce455011
 (DIR) parent e4c9bc80f6512e2b8d4a52198268e6a1611150c1
 (HTM) Author: Christoph Lohmann <20h@r-36.net>
       Date:   Thu,  1 Mar 2018 20:32:55 +0100
       
       Remove spurious tabs in British mode.
       
       Diffstat:
         M act-i/Balcony.dcgi                  |       6 +++---
         M act-i/Bench.dcgi                    |      44 ++++++++++++++++----------------
       
       2 files changed, 25 insertions(+), 25 deletions(-)
       ---
 (DIR) diff --git a/act-i/Balcony.dcgi b/act-i/Balcony.dcgi
       t@@ -37,10 +37,10 @@ EOM
        if [ -f "$inventory/.isbritish" ];
        then
                cat <<EOM
       -        Jean-Claude Juncker is on the balcony and realizes you are British. He
       -        calls the EU police and throws you out of the party.
       +Jean-Claude Juncker is on the balcony and realizes you are British. He
       +calls the EU police and throws you out of the party.
        
       -        [1|You end up on a bench in front of the party building.|$path/Bench.dcgi|server|port]
       +[1|You end up on a bench in front of the party building.|$path/Bench.dcgi|server|port]
        EOM
        else
                cat <<EOM
 (DIR) diff --git a/act-i/Bench.dcgi b/act-i/Bench.dcgi
       t@@ -19,20 +19,20 @@ EOM
        # One hour waiting time.
        if [ $difftime -gt 3600 ]; then
                cat <<EOM
       -        Your friend is coming down from the party, a bit drunk, but happy. You
       -        are happy too.
       +Your friend is coming down from the party, a bit drunk, but happy. You
       +are happy too.
        
       -        Both of you walk towards
       -        [h|the time machine|URL:ssh://time-machine@bitreich.org|server|port]
       +Both of you walk towards
       +[h|the time machine|URL:ssh://time-machine@bitreich.org|server|port]
        
       -        You have completed Act I in British mode.
       +You have completed Act I in British mode.
        
       -        Let us know on #bitreich-en (freenode) if you liked it!
       +Let us know on #bitreich-en (freenode) if you liked it!
        
       -        Find the code at:
       -        [1|gopher://parazyd.org/1/git/dotg/log.gph|/git/dotg/log.gph|server|port]
       +Find the code at:
       +[1|gopher://parazyd.org/1/git/dotg/log.gph|/git/dotg/log.gph|server|port]
        
       -        [1|Go to Act II|/dotg/act-ii|server|port]"
       +[1|Go to Act II|/dotg/act-ii|server|port]"
        EOM
        else
                cat <<EOM
       t@@ -46,50 +46,50 @@ EOM
                case "$(($RANDOM % 7))" in
                0)
                        cat <<EOM
       -                You see a cat walking by, look into her eyes. She turns around.
       +You see a cat walking by, look into her eyes. She turns around.
        EOM
                        ;;
                1)
                        cat <<EOM
       -                A police car is driving by, asking you, if you saw some cat. You do
       -                not know French so you just say something in British English and the
       -                police turns around quickly.
       +A police car is driving by, asking you, if you saw some cat. You do
       +not know French so you just say something in British English and the
       +police turns around quickly.
        EOM
                        ;;
                2)
                        cat <<EOM
       -                Your Smartphone is playing the notification tone of the "Waaaazzzuup?"
       -                messenger.
       +Your Smartphone is playing the notification tone of the "Waaaazzzuup?"
       +messenger.
        EOM
                        printf 1 > "$inventory/.newmessage"
                        ;;
                3)
                        cat <<EOM
       -                Some drunk people walk by singing songs and smashing trash bins.
       -                You are scared.
       +Some drunk people walk by singing songs and smashing trash bins.
       +You are scared.
        EOM
                        ;;
                4)
                        cat <<EOM
       -                Some people walk by talking and greeting you.
       +Some people walk by talking and greeting you.
        EOM
                        ;;
                5)
                        cat <<EOM
       -                You hear moaning and some elve is hanging out of the window naked with
       -                someone behind her. You are missing out all the fun.
       +You hear moaning and some elve is hanging out of the window naked with
       +someone behind her. You are missing out all the fun.
        EOM
                        ;;
                *)
                        cat <<EOM
       -                Nothing happened.
       +Nothing happened.
        EOM
                        ;;
                esac
        
                cat <<EOM
        
       -        [1|Check inventory|$path/inventory.dcgi|server|port]
       +[1|Check inventory|$path/inventory.dcgi|server|port]
        EOM
        fi