lua.c
changeset 146 04d19c9c1196
parent 144 690b5524b895
child 147 66a63c9609de
equal deleted inserted replaced
145:9f7bbb768ba8 146:04d19c9c1196
    70 	LUA_RELEASE " scripting interface\n" \
    70 	LUA_RELEASE " scripting interface\n" \
    71 	"Options: " OPT_MLUA_RC "\n" \
    71 	"Options: " OPT_MLUA_RC "\n" \
    72 	"Command: /" MLUA_COMMAND_NAME )
    72 	"Command: /" MLUA_COMMAND_NAME )
    73 #endif
    73 #endif
    74 
    74 
    75 module_info_t info_lua5_2 = {
    75 module_info_t info_lua52 = {
    76 	.branch      = MCABBER_BRANCH,
    76 	.branch      = MCABBER_BRANCH,
    77 	.api         = MCABBER_API_VERSION,
    77 	.api         = MCABBER_API_VERSION,
    78 	.version     = PROJECT_VERSION,
    78 	.version     = PROJECT_VERSION,
    79 	.description = DESCRIPTION,
    79 	.description = DESCRIPTION,
    80 	.requires    = NULL,
    80 	.requires    = NULL,