mirror of
https://github.com/weechat/weechat.git
synced 2026-07-09 19:23:13 +02:00
* commands from users outside channel now authorized (if special user or channel without "n" flag)
* completion added for config option (with /set command)
This commit is contained in:
@@ -39,6 +39,7 @@ struct t_completion
|
||||
char *base_word; /* word to complete (when Tab was pressed) */
|
||||
int base_word_pos; /* beggining of base word */
|
||||
int position; /* position where Tab was pressed */
|
||||
char *args; /* command line args (including base word) */
|
||||
|
||||
/* for command argument completion */
|
||||
t_weelist *completion_list; /* data list for completion */
|
||||
|
||||
Reference in New Issue
Block a user