lib/ayadn/main.rb in ayadn-0.6.3 vs lib/ayadn/main.rb in ayadn-0.6.4

- old
+ new

@@ -331,12 +331,10 @@ else puts "\nAre you sure you want to block ".red + "#{name} ".brown + "?\n\nIt will mute him/her, then both of you will automatically unfollow each other (if applicable).".red + "\n\n(y/N)?\n\n".brown case STDIN.getch when "y", "Y" @api.blockUser(name) - puts "debug" puts "\nYou just blocked user ".green + "#{name}".brown + "\n\n" - exit end puts $status.canceled end elsif action == "unblock" if you_blocked