1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-25 12:26:40 +02:00

Removed "prefix" data for server info in plugin API (oups, why did I add that ?)

This commit is contained in:
Sebastien Helleu
2007-05-11 15:04:56 +00:00
parent bee62989f6
commit d395846fb7
12 changed files with 0 additions and 34 deletions
-4
View File
@@ -1732,10 +1732,6 @@ weechat_lua_get_server_info (lua_State *L)
lua_pushstring (lua_current_interpreter, ptr_server->nick_modes);
lua_rawset (lua_current_interpreter, -3);
lua_pushstring (lua_current_interpreter, "prefix");
lua_pushstring (lua_current_interpreter, ptr_server->prefix);
lua_rawset (lua_current_interpreter, -3);
lua_pushstring (lua_current_interpreter, "away_time");
lua_pushstring (lua_current_interpreter, timebuffer);
lua_rawset (lua_current_interpreter, -3);