mirror of
https://github.com/ShadowNinja/LuaIRC.git
synced 2025-07-11 12:20:22 +02:00
Wow, just wow
This commit is contained in:
@ -19,7 +19,7 @@ function meta:send(fmt, ...)
|
||||
end
|
||||
|
||||
local function verify(str, errLevel)
|
||||
if str:find("^:") or find("%s%z") then
|
||||
if str:find("^:") or str:find("%s%z") then
|
||||
error(("malformed parameter '%s' to irc command"):format(str), errLevel)
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user