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

Added missing modes (channel & user), now all modes are allowed (bug #16606), added "%m" for completion with self nick (on current server)

This commit is contained in:
Sebastien Helleu
2006-08-07 22:26:55 +00:00
parent f8c913a77a
commit 1d211a16da
58 changed files with 4444 additions and 5938 deletions
+4
View File
@@ -1371,6 +1371,10 @@ weechat_lua_get_server_info (lua_State *L)
lua_pushstring (lua_current_interpreter, "nick");
lua_pushstring (lua_current_interpreter, ptr_server->nick);
lua_rawset (lua_current_interpreter, -3);
lua_pushstring (lua_current_interpreter, "nick_modes");
lua_pushstring (lua_current_interpreter, ptr_server->nick_modes);
lua_rawset (lua_current_interpreter, -3);
lua_pushstring (lua_current_interpreter, "away_time");
lua_pushstring (lua_current_interpreter, timebuffer);