aboutsummaryrefslogtreecommitdiff
path: root/samples/tinyirc.lua
diff options
context:
space:
mode:
Diffstat (limited to 'samples/tinyirc.lua')
-rw-r--r--samples/tinyirc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/tinyirc.lua b/samples/tinyirc.lua
index eac979d..85ebe29 100644
--- a/samples/tinyirc.lua
+++ b/samples/tinyirc.lua
@@ -4,7 +4,7 @@
4-- Author: Diego Nehab 4-- Author: Diego Nehab
5-- RCS ID: $Id$ 5-- RCS ID: $Id$
6----------------------------------------------------------------------------- 6-----------------------------------------------------------------------------
7require("socket") 7socket = require("socket")
8host = host or "*" 8host = host or "*"
9port1 = port1 or 8080 9port1 = port1 or 8080
10port2 = port2 or 8181 10port2 = port2 or 8181