mirror of
https://github.com/weechat/weechat.git
synced 2026-07-08 18:53:12 +02:00
Add new plugin "relay", new function "string_format_size" in plugin API
This commit is contained in:
@@ -189,7 +189,7 @@ xfer_command_xfer (void *data, struct t_gui_buffer *buffer, int argc,
|
||||
}
|
||||
|
||||
/*
|
||||
* xfer_command: xfer command
|
||||
* xfer_command_init: add /xfer command
|
||||
*/
|
||||
|
||||
void
|
||||
@@ -197,7 +197,10 @@ xfer_command_init ()
|
||||
{
|
||||
weechat_hook_command ("xfer",
|
||||
N_("xfer control"),
|
||||
"",
|
||||
N_("Open buffer with xfer list"),
|
||||
"[list | listfull]",
|
||||
N_(" list: list xfer\n"
|
||||
"listfull: list xfer (verbose)\n\n"
|
||||
"Without argument, this command opens buffer "
|
||||
"with xfer list."),
|
||||
"list|listfull", &xfer_command_xfer, NULL);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user