mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +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
|
|
@ -88,8 +88,8 @@ char *stristr_full(const char *data, const char *key);
|
|||
char *ascii_strup(char *str);
|
||||
char *ascii_strdown(char *str);
|
||||
|
||||
/* Escape all the characters in `what' with a backslash */
|
||||
char *escape_string(const char *str, const char *what);
|
||||
/* Escape all '"', "'" and '\' chars with '\' */
|
||||
char *escape_string(const char *str);
|
||||
|
||||
/* convert all low-ascii (<32) to ^<A..> combinations */
|
||||
char *show_lowascii(const char *str);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue