Skip to content

Commit

Permalink
flere
Browse files Browse the repository at this point in the history
  • Loading branch information
athas committed Aug 16, 2024
1 parent 70b1708 commit f857803
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions concieggs/hooks/channel_message/95rasmusmodsat
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,19 @@ fi
if [ "$den_der" = "tak" ]; then
echo "Det manglede da bare."
fi

if [ "$den_der" = "måske" ]; then
echo "Afgjort."
fi

if [ "$den_der" = "afgjort" ]; then
echo "Måske."
fi

if [ "$den_der" = "shit" ]; then
echo "Herligt!"
fi

if [ "$den_der" = "ok" ]; then
echo "Ikke i orden."
fi

0 comments on commit f857803

Please sign in to comment.