URI: 
       cleanup some talk-* - dotg - Day Of The GrParazyd
  HTML git clone git://bitreich.org/dotg git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/dotg
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
       ---
   DIR commit eed23bf0a17adf7524a484fc12fa5e04b9e35343
   DIR parent f02fd5cde3e473af575ed4678362dd177a3126fc
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Fri, 23 Feb 2018 18:30:59 +0100
       
       cleanup some talk-*
       
       Diffstat:
         M act-i/talk-20h.sh                   |       1 -
         M act-i/talk-girls.sh                 |      11 -----------
         M act-i/talk-hipster.sh               |       6 ------
       
       3 files changed, 0 insertions(+), 18 deletions(-)
       ---
   DIR diff --git a/act-i/talk-20h.sh b/act-i/talk-20h.sh
       @@ -95,7 +95,6 @@ EOM
        
        You nod.
        EOM
       -                        return
                                ;;
                        The_C_Programming_Language)
                                cat <<EOM
   DIR diff --git a/act-i/talk-girls.sh b/act-i/talk-girls.sh
       @@ -26,7 +26,6 @@ You smile.
        EOM
                                printf 1 > "$inventory/.letusfuck"
                                fi
       -                        return
                                ;;
                        Black_dildo)
                                cat <<EOM
       @@ -34,7 +33,6 @@ EOM
        You whip out a big black dildo in front of the girls. They laugh
        because they know what's up. Anyone else would be disgusted/shocked.
        EOM
       -                        return
                                ;;
                        Baby_and_child_care)
                                cat <<EOM
       @@ -42,7 +40,6 @@ EOM
        You show the Baby and child care book to the girls, obviously trolling.
        They look confused and somewhat worried.
        EOM
       -                        return
                                ;;
                        To_Kill_a_Mockingbird)
                                cat <<EOM
       @@ -54,14 +51,6 @@ You hand the book over to her, and say: "Enjoy it".
        You wink at her.
        EOM
                                mv "$inventory/$item" "$books"
       -                        return
       -                        ;;
       -                *)
       -                        cat <<EOM
       -
       -$item is of no use here.
       -EOM
       -                        return
                                ;;
                esac
        }
   DIR diff --git a/act-i/talk-hipster.sh b/act-i/talk-hipster.sh
       @@ -9,7 +9,6 @@ You make gay jokes at the hipster.
        
        His eyes tear up.
        EOM
       -                        return
                                ;;
                        To_Kill_a_Mockingbird)
                                cat <<EOM
       @@ -18,7 +17,6 @@ EOM
        
        You're shocked.
        EOM
       -                        return
                                ;;
                        Fight_Club)
                                cat <<EOM
       @@ -29,9 +27,5 @@ a book after it... I probably won't read it, but cool!"
        You're shocked. You take a sip of rakia to relax.
        EOM
                                ;;
       -                *)
       -                        cat <<EOM
       -$item is of no use here.
       -EOM
                esac
        }