mirror of
https://github.com/weechat/weechat.git
synced 2026-06-25 20:36:38 +02:00
Fix function "color" in Lua script API (patch from Christian Heinz)
This commit is contained in:
@@ -2875,7 +2875,7 @@ weechat_lua_api_color (lua_State *L)
|
||||
|
||||
color = lua_tostring (lua_current_interpreter, -1);
|
||||
|
||||
result = weechat_prefix (color);
|
||||
result = weechat_color (color);
|
||||
|
||||
LUA_RETURN_STRING(result);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user