@@ -38,7 +38,7 @@ def main():
with open(cmdfile, "r") as f:
for cmd in f:
print("> [%s]" % (cmd.strip('\n')))
lmwsip.send(cmd)
lmwsip.send(cmd.replace('\n', '\r'))
print("< [%s]" % (lmwsip.recv().decode('utf-8').strip('\r')))
f.close()
The note is not visible to the blocked user.