1
0
mirror of https://github.com/ShadowNinja/LuaIRC.git synced 2024-11-05 10:00:28 +01:00

Wow, just wow

This commit is contained in:
Joshua Simmons 2010-07-19 09:53:28 +10:00
parent ea788bb757
commit 46d8317f28

View File

@ -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