X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=misc%2Ftools%2Fxonotic-map-compiler-optionsfile;h=6c40e853965bb21279b0bab9dc5e252171945fe3;hb=fb187bb0cee595c3d0b0848aaac4592c25383e5e;hp=95b5ae8554301da59b0c614fbb5c2ceb0732553a;hpb=f9aee7b0a1c19fda636f8ea0b88d310da2929a50;p=xonotic%2Fxonotic.git diff --git a/misc/tools/xonotic-map-compiler-optionsfile b/misc/tools/xonotic-map-compiler-optionsfile index 95b5ae85..6c40e853 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 >/dev/null 2>&1 || true + fi fi misc/tools/xonotic-map-compiler "$M" `grep ^- "$M.map.options" | cut -d '#' -f 1` $minimap_override "$@"