summaryrefslogtreecommitdiffstats
path: root/abs/core/func/msg.py
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-09-27 05:08:36 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-09-27 05:08:36 (GMT)
commit0162f5a4408c6b89429424f55e9410c46fab2e60 (patch)
tree81e5121de083e0900e377edc9b9f441303a33f03 /abs/core/func/msg.py
parentc84172505058980b3d952561241dbd16bbd93b04 (diff)
downloadlinhes_pkgbuild-0162f5a4408c6b89429424f55e9410c46fab2e60.zip
linhes_pkgbuild-0162f5a4408c6b89429424f55e9410c46fab2e60.tar.gz
linhes_pkgbuild-0162f5a4408c6b89429424f55e9410c46fab2e60.tar.bz2
func: adjust for new msg_client.py syntax
Diffstat (limited to 'abs/core/func/msg.py')
-rw-r--r--abs/core/func/msg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/func/msg.py b/abs/core/func/msg.py
index debfe09..e776b69 100644
--- a/abs/core/func/msg.py
+++ b/abs/core/func/msg.py
@@ -30,7 +30,7 @@ class msg(func_module.FuncModule):
text=flags
config_section="default"
text=flags
- cmd = sub_process.Popen("/usr/LH/bin/msg_client.py \"%s\" " % text,stdout=sub_process.PIPE,shell=True)
+ cmd = sub_process.Popen("/usr/LH/bin/msg_client.py --msg \"%s\" " % text,stdout=sub_process.PIPE,shell=True)
data = cmd.communicate()[0]
cmd = sub_process.Popen("/usr/bin/wall %s" % text,stdout=sub_process.PIPE,shell=True)