// This is a list of banned users.
// This file shouldn't be edited manually, script will do it for you.

// The syntax is |SteamID|Banned|Banner|TimeRemaining|TimeBanned|*
// * SteamID = SteamID of the banner player
// * Banned = Name of the banned player
// * Banner = Name of the player that banned a person
// * TimeRemaining = Minutes left before he can play again. 0 = Permanent
// * TimeBanned = For how long time he originally was banned.

// A line has to start with |STEAM_ otherwise the script will think it is a comment
// A line also needs exactly 6 of those: |

// An exmaple would be:
// |STEAM_0:1:7589873|CheeTaH  Test|Joe|3|30|
// That would mean that CheeTaH  Test has the steamid STEAM_0:1:7589873, and was banned by Joe. He was banned for 30 minutes, and has 3 minutes left


