lib/lita/handlers/onewheel_election_cnn.rb in lita-onewheel-election-cnn-3.4.2 vs lib/lita/handlers/onewheel_election_cnn.rb in lita-onewheel-election-cnn-3.4.3
- old
+ new
@@ -143,10 +143,10 @@
end
end
reply = "Clinton #{blues} |"
extras = 54 - (blues / 10) - (reds / 10)
- reply += "\x0302"
+ reply += "\x0310"
(blues / 10).times { reply += '█' }
reply += "\x0300"
extras.times { reply += '-'}
reply += "\x0304"
(reds / 10).times { reply += '█' }