DCC chat nicks are in /MSG completion list now if chat isn't in query.

Sending actions to non-query DCC chats now display the target.


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1193 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-02-09 22:00:51 +00:00 committed by cras
commit 118f9a11eb
7 changed files with 94 additions and 15 deletions

View file

@ -28,7 +28,8 @@ FORMAT_REC fecommon_irc_dcc_formats[] = {
{ NULL, "DCC", 0 },
{ "own_dcc", "{dccownmsg dcc {dccownnick $1}}$2", 3, { 0, 0, 0 } },
{ "own_dcc_action", "{dccownaction $0}$1", 2, { 0, 0 } },
{ "own_dcc_action", "{dccownaction_target $0 $1}$2", 3, { 0, 0, 0 } },
{ "own_dcc_action_query", "{dccownaction $0}$2", 3, { 0, 0, 0 } },
{ "own_dcc_ctcp", "{ownctcp ctcp $0}$1 $2", 3, { 0, 0, 0 } },
{ "dcc_msg", "{dccmsg dcc $0}$1", 2, { 0, 0 } },
{ "action_dcc", "{dccaction $0}$1", 2, { 0, 0 } },