Diff

net/connlisteners.lua @ 145:fbb3a4ff9cf1 s2s

dialback keys now verified
author Matthew Wild <mwild1@gmail.com>
date Fri, 24 Oct 2008 03:06:55 +0100
parent 127:93f3c6b94c75
child 380:2b22b8eee939
line wrap: on
line diff
--- a/net/connlisteners.lua	Thu Oct 23 19:10:16 2008 +0100
+++ b/net/connlisteners.lua	Fri Oct 24 03:06:55 2008 +0100
@@ -28,7 +28,6 @@
 	if not h then
 		pcall(dofile, "net/"..name:gsub("[^%w%-]", "_").."_listener.lua");
 		h = listeners[name];
-		
 	end
 	return h;
 end