diff options
Diffstat (limited to 'src/tp.lua')
-rw-r--r-- | src/tp.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -64,6 +64,7 @@ function metat.__index:check(ok) | |||
64 | end | 64 | end |
65 | 65 | ||
66 | function metat.__index:command(cmd, arg) | 66 | function 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 |