examples/mcabberrc.lua
changeset 136 2b04fad2f61a
parent 125 3e2421384d7a
--- a/examples/mcabberrc.lua	Thu Oct 11 18:11:10 2012 +0300
+++ b/examples/mcabberrc.lua	Fri Oct 12 21:24:44 2012 +0300
@@ -86,7 +86,6 @@
 
 -- COMMON SUPPORT ROUTINES
 
--- unused :/
 function shell_escape ( str )
 	if str then
 		return "'" .. str:gsub ( "'", "'\\''" ) .. "'"