mirror of
https://github.com/weechat/weechat.git
synced 2026-07-07 18:23:13 +02:00
Added string_remove_quotes() function, use of argv and argv_eol for WeeChat commands arguments
This commit is contained in:
@@ -178,6 +178,8 @@ weechat_plugin_init (struct t_weechat_plugin *plugin)
|
||||
"action: one of following actions:\n"
|
||||
" buffer display infos about buffers",
|
||||
"buffer|buffer_lines", demo_command, NULL);
|
||||
|
||||
weechat_buffer_new ("categ", "nam");
|
||||
|
||||
return PLUGIN_RC_SUCCESS;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user