lib/bitbot/plugin/common.rb in tipjar-0.1.171 vs lib/bitbot/plugin/common.rb in tipjar-0.1.191
- old
+ new
@@ -109,10 +109,10 @@
btc_str = btc_str.irc(:red)
else
btc_str = btc_str.irc(:green)
end
- usd_str = "[".irc(:grey) + satoshi_to_usd(satoshi).irc(:blue) + "]".irc(:grey)
+ usd_str = "[".irc(:grey) + satoshi_to_usd(satoshi).irc(:orange) + "]".irc(:grey)
"#{btc_str} #{usd_str}"
end
end