From 3469d5027b0ec0ccba1b5b3eb32f280af8063f65 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Thu, 16 Dec 2010 21:31:45 -0700 Subject: [PATCH] Change !list output --- infobot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infobot b/infobot index f0fe948..409166d 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*)