Diff

plugins/mod_pep_plus.lua @ 6264:12a083299bb7

mod_pep_plus: Expose get_pep_service()
author Kim Alvefur <zash@zash.se>
date Wed, 28 May 2014 21:52:57 +0200
parent 5852:84bdac93910f
child 6305:38d82f8ead25
line wrap: on
line diff
--- 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