From a2b4bfdba54069466a3a4d4c7e175c212b385c6c Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Thu, 16 Dec 2010 21:32:34 -0700 Subject: [PATCH] Replace unicode separator with ASCII one --- infobot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infobot b/infobot index 409166d..d7dbfa0 100755 --- a/infobot +++ b/infobot @@ -33,7 +33,7 @@ EOF !l*) printf "%s" "$args" cdb -q -m $db "$args" | \ - awk '{printf("¦%s", $0);}' + awk '{printf("|%s", $0);}' echo ;; !a*)