lib/bitbot/plugin/tip.rb in tipjar-0.1.195 vs lib/bitbot/plugin/tip.rb in tipjar-0.1.196

- old
+ new

@@ -22,11 +22,11 @@ # Attempt the transaction (will raise on InsufficientFunds) begin db.create_transaction_from_tip(user_id, recipient_user_id, satoshi, message) rescue Bitbot::InsufficientFundsError - m.reply "Insufficient funds! It's the thought that counts though :).", true + m.reply "Insufficient funds! It's the thought that counts though....", true return end # Success! Let the room know... m.reply "[✔] Verified: ".irc(:grey).irc(:bold) + @@ -52,10 +52,8 @@ satoshi_with_usd(satoshi) + " in " + m.channel.name.irc(:bold) + " bringing your balance to " + satoshi_with_usd(db.get_balance_for_user_id(recipient_user_id)) + - ". Type 'help' to list TipJar's commands." + ". Type 'help' to list TipJar commands." end end - -