From: Rudolf Polzer Date: Fri, 21 Jun 2013 08:15:36 +0000 (+0200) Subject: add IRCSPAM support X-Git-Tag: xonotic-v0.8.0~105 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=f12edb616a40570cd8d88c708741b0c0587be609;p=xonotic%2Fxonotic.git add IRCSPAM support --- diff --git a/misc/tools/xonotic-map-compiler-optionsfile b/misc/tools/xonotic-map-compiler-optionsfile index 95b5ae85..6ede9d5d 100755 --- a/misc/tools/xonotic-map-compiler-optionsfile +++ b/misc/tools/xonotic-map-compiler-optionsfile @@ -16,6 +16,9 @@ tstart=`date +%s` lasttime=`cat ~/.xonotic-map-compiler-autobuild/"${M##*/}".buildtime 2>/dev/null || true` if [ -n "$lasttime" ] ; then echo "Done in approximately $((($lasttime+59)/60)) minutes." + if [ -n "$IRCSPAM" ]; then + echo "Done in approximately $((($lasttime+59)/60)) minutes." | $IRCSPAM || true + fi fi misc/tools/xonotic-map-compiler "$M" `grep ^- "$M.map.options" | cut -d '#' -f 1` $minimap_override "$@"