Open GoogleCodeExporter opened 9 years ago
Emails don't work. I fixed it with String username = Bot.getAccountName().toLowerCase(); if(!username.contains("@")) username.replaceAll("" + '_', "" + ' '); username.trim(); instead of String username = Bot.getAccountName().replaceAll("_", " ").toLowerCase().trim();
Original issue reported on code.google.com by somanayr@gmail.com on 29 Jan 2011 at 8:40
somanayr@gmail.com
Attachments:
Original issue reported on code.google.com by
somanayr@gmail.com
on 29 Jan 2011 at 8:40Attachments: