snipe

bot for a simple IRC game to make people say words
git clone https://a3nm.net/git/snipe/
Log | Files | Refs

commit 75f64586a071c6598fb83b196838724bed472189
parent a298dbe5d75339e085c58f221910e31dae4a8069
Author: Antoine Amarilli <ant.amarilli@free.fr>
Date:   Fri, 20 May 2011 20:34:43 -0400

new formula

Diffstat:
make_missions.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/make_missions.sh b/make_missions.sh @@ -16,7 +16,7 @@ cut -d '>' -f 2- | for (w in c) { f = c[w]/s; if (f < '$1' && f > '$2' && length(w) >= '$3') { - printf "%s %d\n", w, 1/sqrt(f*100) + printf "%s %d\n", w, 1/sqrt(f*10) } } }' |