lib/lita/handlers/onewheel_election_cnn.rb in lita-onewheel-election-cnn-3.3.0 vs lib/lita/handlers/onewheel_election_cnn.rb in lita-onewheel-election-cnn-3.4.0
- old
+ new
@@ -143,12 +143,15 @@
end
end
reply = ''
extras = 54 - blues - reds
- blues.times { reply += 'b' }
+ reply += '\x0304'
+ blues.times { reply += '-' }
+ reply += '\x0300'
extras.times { reply += '-'}
- reds.times { reply += 'r' }
+ reply += '\x0302'
+ reds.times { reply += '-' }
response.reply reply
end
Lita.register_handler(self)