mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
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:
parent
8938a0f42b
commit
118f9a11eb
7 changed files with 94 additions and 15 deletions
|
|
@ -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 } },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue