mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
Revert "Quote the filename when dcc requests are auto accepted."
This commit is contained in:
parent
29f27cfb39
commit
62fd3ac180
4 changed files with 15 additions and 21 deletions
|
|
@ -1113,7 +1113,7 @@ static void event_text(const char *data, SERVER_REC *server, WI_ITEM_REC *item)
|
|||
/* the nick is quoted in case it contains '-' character. also
|
||||
spaces should work too now :) The nick is also escaped in case
|
||||
it contains '\' characters */
|
||||
target = escape_string(window_item_get_target(item), "\"'\\");
|
||||
target = escape_string(window_item_get_target(item));
|
||||
str = g_strdup_printf(IS_CHANNEL(item) ? "-channel \"%s\" %s" :
|
||||
IS_QUERY(item) ? "-nick \"%s\" %s" : "%s %s",
|
||||
target, line);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue