diff options
Diffstat (limited to 'scripts/join')
| -rwxr-xr-x | scripts/join | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/join b/scripts/join index afd7c7ff9..70f1d6b37 100755 --- a/scripts/join +++ b/scripts/join @@ -53,7 +53,7 @@ def main(): # is a good example; if the limit is hit, the proc is SIGKILL'd giving us # no chance to save the message. cmdq = get_switchboard(mm_cfg.CMDQUEUE_DIR) - cmdq.enqueue(sys.stdin.read(), listname=listname, tojoin=1) + cmdq.enqueue(sys.stdin.read(), listname=listname, tojoin=1, _plaintext=1) |
