dialback keys now verified

This commit is contained in:
Matthew Wild 2008-10-24 03:06:55 +01:00
parent 162e3fb849
commit eb8e9997e0
7 changed files with 45 additions and 12 deletions

View file

@ -28,7 +28,6 @@ function get(name)
if not h then
pcall(dofile, "net/"..name:gsub("[^%w%-]", "_").."_listener.lua");
h = listeners[name];
end
return h;
end