Reduce number of lines in who command to 8
[capablanca.git] / lasker-2.2.3 / bots / mamer / CommandEntry.cc
index 4312023..345fcb3 100644 (file)
@@ -973,7 +973,7 @@ int CommandEntry::ListTourneyPlayers(User *user, param_list params) {
        }
        gMamer.XServerCom("%c%-0.2d%c ", result, p->value, color);
       }
-      if(((i % 9) == 0) && (i > 0)) {
+      if(((i % 8) == 0) && (i > 0)) {
        gMamer.XServerCom("%s %s %s %s", "\n", "qtell", user->name, "\\n");
       } else {
        gMamer.XServerCom("%s", "\\n");