snipe

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

commit 9259f9055afb70366e28065a1d94c4aa272c46ca
parent 78a8681d055379fee376151233ea93b9a151c581
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Sat, 21 May 2011 12:52:26 -0400

split at hyphen

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

diff --git a/make_missions.sh b/make_missions.sh @@ -5,7 +5,7 @@ # $3 is minimal len for word cut -d '>' -f 2- | - tr "_':\*/()[]\".,;?<>#$! \t" '\n' | + tr "_':\*/()[]\".,;?<>#$! \t-" '\n' | sed '/^ *$/d' | tr 'A-Z' 'a-z' | sort -n |