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

Commit 9026675

Browse files
Merge pull request #1302 from johnwyles/flip.coffee
Unflip should put text upright and not flipped upside down when it returns things to their original state
2 parents ac967b4 + ed3483f commit 9026675

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)