# HG changeset patch # User Mikael Berthe # Date 1270305536 -7200 # Node ID 1183c1f11a688bda43dd39d6439e823ce4067077 # Parent 4f1cbafb569c4faa04aa978ae47e5d4bdf8966a3 [extsay] Use say_to -q diff -r 4f1cbafb569c -r 1183c1f11a68 extsay-ng/extsay.sh --- a/extsay-ng/extsay.sh Sat Apr 03 16:36:57 2010 +0200 +++ b/extsay-ng/extsay.sh Sat Apr 03 16:38:56 2010 +0200 @@ -42,7 +42,7 @@ # Send the message using MCabber's pipe if [ -s $tf ]; then - cmd="say_to -f $tf $jid" + cmd="say_to -q -f $tf $jid" else cmd="echo [extsay] The file has not been modified. Message cancelled." fi