Skip to content

Commit

Permalink
Debug i produktion
Browse files Browse the repository at this point in the history
  • Loading branch information
Sword-Smith committed Aug 9, 2024
1 parent 81a0432 commit 4303277
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions concieggs/cmds/flipper
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
#
# Flip en tilfældig bit i concieggs.

if ! checkCooldown "flipper" $((60*60)); then
echo "$irc_username skal lige sunde sig efter det sidste flip."
exit 0
fi
#if ! checkCooldown "flipper" $((60*60)); then
# echo "$irc_username skal lige sunde sig efter det sidste flip."
# exit 0
#fi

FILE="$CONCIEGGS_DIR/$(git -C "$CONCIEGGS_DIR" ls-tree -r master --name-only | sort -R | head -n 1)"
FLIPPING=("Alpha Flip" "Anti Casper Flip" "Backside Flip" "Backside Heelflip" "Big Heelflip" "Bigflip" "Biggerflip" "Bigspin" "Biggerspin" "Bubble Flip" "Caballerial Flip" "Camel Flip" "Casper Flip" "Daydream Flip" "De Comply" "Disco Flip" "Feather Flip" "Fingerflip" "540 Flip" "Forward Flip" "Frontside Flip" "Frontside Heelflip" "Front Foot Impossible" "Gazelle Flip" "Gazelle Spin" "Ghetto Bird" "Gingersnap" "Grape Flip" "Handstand Flip" "Hardflip" "Haslam Flip" "Heelflip" "Halfcab" "Hospital Flip" "Illusion Flip" "Impossible" "Inward Heelflip" "Jesus Flip" "Kickback Flip" "Kickflip" "Kiwi Flip" "Laser Flip" "Nerd Flip" "Nightmare Flip" "No Comply" "Orange Flip" "Ollie North" "Ollie South" "Plasma Spin" "Pop Shuvit" "Pressure Flip" "Rail Flip" "Semiflip" "720 Flip" "Sex Change" "Shuvit" "Pop Shuvit" "Sigma Flip" "360 Flip" "360 Shuvit" "360 Ollie Heelflip" "360 Ollie Kickflip" "Toeflip" "Underflip" "Varial Heelflip" "Varial Kickflip")
Expand Down

0 comments on commit 4303277

Please sign in to comment.