diff options
author | Timo Sirainen <cras@irssi.org> | 2002-07-16 16:20:49 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2002-07-16 16:20:49 +0000 |
commit | eb0bb65c7f76b88097262728ea90cc9dbea16a89 (patch) | |
tree | a6fa8a63fa3da8a0dc560074be716c3f99c9d1ac | |
parent | d11cb0f2c291ae0197922c695145e59103f28425 (diff) | |
download | irssi-eb0bb65c7f76b88097262728ea90cc9dbea16a89.zip |
comment update
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2868 dbcabf3a-b0e7-0310-adc4-f8d773084564
-rw-r--r-- | src/fe-common/core/chat-completion.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fe-common/core/chat-completion.c b/src/fe-common/core/chat-completion.c index a5a4287b..06e09bd7 100644 --- a/src/fe-common/core/chat-completion.c +++ b/src/fe-common/core/chat-completion.c @@ -954,8 +954,8 @@ 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 :) Unquoter function also allows - '"' characters as long as the next character isn't space. */ + spaces should work too now :) The nick is also escaped in case + it contains '\' characters */ 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", |