mod_pep_plus: Expose get_pep_service()
authorKim Alvefur <zash@zash.se>
Wed, 28 May 2014 21:52:57 +0200
changeset 6264 12a083299bb7
parent 6263 e208950446c8
child 6265 f8945a030bc6
mod_pep_plus: Expose get_pep_service()
plugins/mod_pep_plus.lua
--- 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