Skip to content
This repository was archived by the owner on Jun 8, 2023. It is now read-only.

Commit ed3483f

Browse files
committed
Unflip should put text upright and not flipped upside down when it returns things to their original state
1 parent 95fbe6d commit ed3483f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/flip.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ module.exports = (robot) ->
4444
else if toUnflip == ''
4545
unflipped = '┬──┬'
4646
else
47-
unflipped = flip(toUnflip)
47+
unflipped = toUnflip
4848

4949
msg.send "#{unflipped} ノ( º _ ºノ)"
5050

0 commit comments

Comments
 (0)