forked from PsychoticNinja/irssi
comment update
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2868 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
d11cb0f2c2
commit
eb0bb65c7f
@ -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
|
/* the nick is quoted in case it contains '-' character. also
|
||||||
spaces should work too now :) Unquoter function also allows
|
spaces should work too now :) The nick is also escaped in case
|
||||||
'"' characters as long as the next character isn't space. */
|
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" :
|
str = g_strdup_printf(IS_CHANNEL(item) ? "-channel \"%s\" %s" :
|
||||||
IS_QUERY(item) ? "-nick \"%s\" %s" : "%s %s",
|
IS_QUERY(item) ? "-nick \"%s\" %s" : "%s %s",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user