From f12edb616a40570cd8d88c708741b0c0587be609 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Fri, 21 Jun 2013 10:15:36 +0200 Subject: [PATCH] add IRCSPAM support --- misc/tools/xonotic-map-compiler-optionsfile | 3 +++ 1 file changed, 3 insertions(+) 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 "$@" -- 2.39.2