RandomBot is now totally rewritten:
Pairing tool is now 270 lines (compare to 4190 lines of previous version

)
implemented commas deleting (!pairings a, b, c, d, e will give now a vs b , c vs d etc)
implemented commas deleting for LuckyLooser aswell.
Max players (for pairings/grouping/LL) extended to 100 (was 32 max). But now this limit is formal. It can handle thousands of players.
Excluded function of "avoid same player give freebie again". Becouse it couses situations that are not fits to WO rules. Becouse same player could not get Freebie in next tourney. Bot would not allow to do that.
Agaisnt it, i`ve implemented ** - marking technique. Those players who marked as ** - will not get freebie. Its usefull to mark MOD (coz WO rules says that mods can`t get freebie) + players who already got freebie - could be marked like that if another freebie selection will be in same tourney.
This implemented for as multiple selections. Mod can mark as many players to dont get Freebie, as much he need. (this option is not hidden tho, so everyone can see what MOD is doing.)
Functions for !3pairings !4pairings !5pairings !6pairings, !grouping !3grouping are also implemented.
For grouping (creation of random groups) written next things:
!grouping a b c -> will give u result a/b , c is alone.
!3grouping a b c d -> will give you result a/b/c , d is alone.
!3grouping a b c d e -> will give you result a/b/c , d/e/(need_partner)
etc.