mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
/ACTION didn't print the target when there was no query/channel where
to print the action git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1188 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
70322d695f
commit
45ad955d9e
4 changed files with 24 additions and 7 deletions
|
|
@ -113,7 +113,8 @@ FORMAT_REC fecommon_irc_formats[] = {
|
|||
{ NULL, "Your messages", 0 },
|
||||
|
||||
{ "own_notice", "{ownnotice notice $0}$1", 2, { 0, 0 } },
|
||||
{ "own_action", "{ownaction $0}$1", 2, { 0, 0 } },
|
||||
{ "own_action", "{ownaction $0}$1", 3, { 0, 0, 0 } },
|
||||
{ "own_action_target", "{ownaction_target $0 $2}$1", 3, { 0, 0, 0 } },
|
||||
{ "own_ctcp", "{ownctcp ctcp $0}$1 $2", 3, { 0, 0, 0 } },
|
||||
|
||||
/* ---- */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue