Skip to content

Instantly share code, notes, and snippets.

@leegao
Created April 19, 2009 00:44
Show Gist options
  • Save leegao/97846 to your computer and use it in GitHub Desktop.
Save leegao/97846 to your computer and use it in GitHub Desktop.
init_mod("echo")
echo.var("prefix","Server echoed: ", "svar")
function act_echo(p, typ, cmd)
msg(p, echo.prefix..cmd)
end
return echo.name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment