plugins/mod_pep_plus.lua
changeset 6264 12a083299bb7
parent 5852 84bdac93910f
child 6305 38d82f8ead25
--- a/plugins/mod_pep_plus.lua	Wed May 28 21:11:02 2014 +0200
+++ b/plugins/mod_pep_plus.lua	Wed May 28 21:52:57 2014 +0200
@@ -52,7 +52,7 @@
 	return simple_broadcast;
 end
 
-local function get_pep_service(name)
+function get_pep_service(name)
 	if services[name] then
 		return services[name];
 	end