mirror of
https://github.com/ShadowNinja/LuaIRC.git
synced 2025-06-30 23:20:26 +02:00
Wow, just wow
This commit is contained in:
@ -19,7 +19,7 @@ function meta:send(fmt, ...)
|
|||||||
end
|
end
|
||||||
|
|
||||||
local function verify(str, errLevel)
|
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)
|
error(("malformed parameter '%s' to irc command"):format(str), errLevel)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user