Skip to content

Instantly share code, notes, and snippets.

View mschlumpp's full-sized avatar

Marco Schlumpp mschlumpp

  • Unikraft GmbH
  • Germany
View GitHub Profile

Keybase proof

I hereby claim:

  • I am theunknownxy on github.
  • I am schlumpp (https://keybase.io/schlumpp) on keybase.
  • I have a public key ASDVDaQVtdsV5y20Hlfbvp_JG0K50ZRaxrVe042K2jMNXAo

To claim this, I am signing this object:

From 8ba9a80b5bea3ed72e7ebf5821ee41d969a709c7 Mon Sep 17 00:00:00 2001
From: Marco Schlumpp <marco.schlumpp@gmail.com>
Date: Sun, 21 Feb 2016 18:15:04 +0100
Subject: [PATCH] Ignore buggy scripts preventing votekicks.
Make sure a buggy votekick "extension" cannot prevent votekicks by
throwing exceptions. The ratio script throws an unexpected exception if
the player name has a certain format.
---
feature_server/scripts/votekick.py | 6 +++++-
@mschlumpp
mschlumpp / build.sh
Last active August 29, 2015 13:57
OpenSpades Ubuntu 13.10 Build Script
#!/bin/bash
######################################
# Download this into a empty directory
# Then run from an terminal:
# chmod +x build.sh
# ./build.sh
# ./build.sh run
set -e # Exit on non-zero return