mirror of
https://github.com/weechat/weechat.git
synced 2026-06-24 20:06:38 +02:00
Added hostnames associeted to nicks in plugins/scripts
This commit is contained in:
@@ -1488,6 +1488,10 @@ weechat_lua_get_nick_info (lua_State *L)
|
||||
lua_pushstring (lua_current_interpreter, "flags");
|
||||
lua_pushnumber (lua_current_interpreter, ptr_nick->flags);
|
||||
lua_rawset (lua_current_interpreter, -3);
|
||||
|
||||
lua_pushstring (lua_current_interpreter, "host");
|
||||
lua_pushstring (lua_current_interpreter, ptr_nick->host);
|
||||
lua_rawset (lua_current_interpreter, -3);
|
||||
|
||||
lua_rawset (lua_current_interpreter, -3);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user