8c252b1a88Make use of the possibility to return a string from Lua in order to implement *out functionality
%!s(int64=12) %!d(string=hai) anos
Stanislav Galabov
f861b3cd57Rename some files. Stop using init hook - init Lua interpreter from within the plugin_init function. Register action handler as a sym instead of as a hook. Once we have plugin_fini ready I'll remove the fini hook as well.