Wow, just wow

This commit is contained in:
Joshua Simmons 2010-07-19 09:53:28 +10:00
parent ea788bb757
commit 46d8317f28
1 changed files with 1 additions and 1 deletions

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