XenoLight / infinity-client

Automatically exported from code.google.com/p/infinity-client
0 stars 0 forks source link

Emails on loginbot #16

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 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

Attachments: