bug fixed

pull/6/head
Vyacheslav N. Boyko 2018-04-11 13:12:36 +03:00
parent 1b6b19665a
commit b452655832
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ public class StatisticsListener extends ImprovedListenerAdapter {
return;
}
String commands[] = event.getMessage().toLowerCase().split(" ", 2);
String commands[] = event.getMessage().toLowerCase().split(" ");
if (commands.length > 3) {
sendHelp(event);