From 46d8317f2811b82e1dbfdcac7fb8cf58461f073e Mon Sep 17 00:00:00 2001 From: Joshua Simmons Date: Mon, 19 Jul 2010 09:53:28 +1000 Subject: [PATCH] Wow, just wow --- asyncoperations.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asyncoperations.lua b/asyncoperations.lua index 8edd916..f2dd79a 100644 --- a/asyncoperations.lua +++ b/asyncoperations.lua @@ -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