1
0
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:
Sebastien Helleu
2007-11-05 18:51:53 +01:00
parent 0d66286efe
commit b64b0fe6ca
11 changed files with 472 additions and 590 deletions
+2
View File
@@ -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;
}