aboutsummaryrefslogtreecommitdiff
path: root/samples/talker.lua
diff options
context:
space:
mode:
Diffstat (limited to 'samples/talker.lua')
-rw-r--r--samples/talker.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/talker.lua b/samples/talker.lua
index b3313e6..d66cf66 100644
--- a/samples/talker.lua
+++ b/samples/talker.lua
@@ -1,5 +1,5 @@
1host = "localhost" 1host = host or "localhost"
2port = 8080 2port = port or 8080
3if arg then 3if arg then
4 host = arg[1] or host 4 host = arg[1] or host
5 port = arg[2] or port 5 port = arg[2] or port