Could you make a complete list? Do any of my bots not work in 1.3.1? --David Alves
Sorry, too many bots in that list. All your bots have always worked on 1.3.1. The most common reason that it breaks is when a bot uses indexOf() on a StringBuffer? instance. This is something that almost only SymbolicPatternMatching bots do. It costs three bytes to fix it. Squeeze a call toString() in between the StringBuffer? object and the call to indexOf(). -- PEZ