summaryrefslogtreecommitdiffstats
path: root/abs/core/func/msg.py
diff options
context:
space:
mode:
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)