mirror of
https://github.com/ShadowNinja/LuaIRC.git
synced 2025-07-20 16:40:26 +02:00
Compare commits
1 Commits
multi-patc
...
master
Author | SHA1 | Date | |
---|---|---|---|
b8d594e651 |
@ -48,7 +48,7 @@ function msg_meta:toRFC1459()
|
||||
|
||||
s = s..self.command
|
||||
|
||||
local argnum = #self.args
|
||||
local argnum = self.args and #self.args or 0
|
||||
for i = 1, argnum do
|
||||
local arg = self.args[i]
|
||||
local startsWithColon = (arg:sub(1, 1) == ":")
|
||||
|
Reference in New Issue
Block a user