mirror of
https://github.com/weechat/weechat.git
synced 2026-06-30 14:56:39 +02:00
core: split WeeChat home in 4 directories, use XDG directories by default (issue #1285)
The 4 directories (which can be the same): - config: configuration files, certificates - data: log/upgrade files, local plugins, scripts, xfer files - cache: script repository, scripts downloaded (temporary location) - runtime: FIFO pipe, relay UNIX sockets
This commit is contained in:
@@ -6570,7 +6570,8 @@ irc_command_init ()
|
||||
" /dcc send toto /home/foo/bar.txt"),
|
||||
"chat %(nicks)"
|
||||
" || send %(nicks) "
|
||||
"%(filename:${modifier:eval_path_home,,${xfer.file.upload_path}})",
|
||||
"%(filename:${modifier:eval_path_home,directory=data,"
|
||||
"${xfer.file.upload_path}})",
|
||||
&irc_command_dcc, NULL, NULL);
|
||||
weechat_hook_command (
|
||||
"dehalfop",
|
||||
|
||||
Reference in New Issue
Block a user