mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
/format own_dcc_me -> own_dcc_action
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@743 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
f6dbbfae1f
commit
46424964de
3 changed files with 4 additions and 4 deletions
|
|
@ -28,7 +28,7 @@ FORMAT_REC fecommon_irc_dcc_formats[] = {
|
|||
{ NULL, "DCC", 0 },
|
||||
|
||||
{ "own_dcc", "%K[%rdcc%K(%R$1%K)]%n %|$2", 3, { 0, 0, 0 } },
|
||||
{ "own_dcc_me", "%W * $0%n %|$1", 2, { 0, 0 } },
|
||||
{ "own_dcc_action", "%W * $0%n %|$1", 2, { 0, 0 } },
|
||||
{ "own_dcc_ctcp", "%K[%rctcp%K(%R$0%K)]%n $1 $2", 3, { 0, 0, 0 } },
|
||||
{ "dcc_msg", "%K[%G$0%K(%gdcc%K)]%n %|$1", 2, { 0, 0 } },
|
||||
{ "action_dcc", "%W (*dcc*) $0%n %|$1", 2, { 0, 0 } },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue