rageAimer=True

def VACBan(id):
    print id, "has left the server (VAC banned from secure server)" # Lie to the users and tell them player was VACd


def OWSend(demoid):
    print "OW in beta, not implemented" # Lie about OW still being in beta and not usable
    print "Demo",demoid,"discarded"


if rageAimer:
    VACBan("STEAM_0:0:34611144")
else:
    OWSend("21042015")    