aboutsummaryrefslogtreecommitdiff
path: root/src/tp.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/tp.lua')
-rw-r--r--src/tp.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tp.lua b/src/tp.lua
index 2eacdc4..5fd8d22 100644
--- a/src/tp.lua
+++ b/src/tp.lua
@@ -64,6 +64,7 @@ function metat.__index:check(ok)
64end 64end
65 65
66function metat.__index:command(cmd, arg) 66function metat.__index:command(cmd, arg)
67 cmd = string.upper(cmd)
67 if arg then 68 if arg then
68 return self.c:send(cmd .. " " .. arg.. "\r\n") 69 return self.c:send(cmd .. " " .. arg.. "\r\n")
69 else 70 else