|
Revision 2244, 252 bytes
(checked in by Maverick, 3 years ago)
|
|
Following changes have been done:
- Finished subscriptions
- Some text modifications
- Sorted !listban output by date
- modified saveBannedPlayers() so banned players are properly stored in configuration file
- Added equals() and hashcode() methods to inner-class BannedPlayer
Everything is for 99% tested. See ticket:22
|
| Line | |
|---|
| 1 | Max Bots=1 |
|---|
| 2 | Arena=#robopark |
|---|
| 3 | |
|---|
| 4 | Name1=EventBot |
|---|
| 5 | Password1= |
|---|
| 6 | |
|---|
| 7 | # Comma seperated list for banned players (player names disallowed to use !request) (lowercase) |
|---|
| 8 | # Syntax: |
|---|
| 9 | # bannedPlayerX=[Date in ms]:[Staffer who banned]:[Player name] |
|---|
| 10 | bannedPlayer0= |
|---|