mirror of
https://github.com/weechat/weechat.git
synced 2026-07-05 09:13:14 +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:
@@ -99,6 +99,7 @@ gui_buffer_new (t_gui_window *window, void *server, void *channel, int type,
|
||||
gui_buffers->all_servers = 1;
|
||||
if (cfg_log_auto_server)
|
||||
gui_log_start (gui_buffers);
|
||||
gui_buffers->completion.server = server;
|
||||
return gui_buffers;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user