[extsay] Use say_to -q
authorMikael Berthe <mikael@lilotux.net>
Sat, 03 Apr 2010 16:38:56 +0200
changeset 28 1183c1f11a68
parent 27 4f1cbafb569c
child 29 b6fb487c2658
[extsay] Use say_to -q
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