/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:
Timo Sirainen 2001-02-06 22:10:57 +00:00 committed by cras
commit 45ad955d9e
4 changed files with 24 additions and 7 deletions

View file

@ -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 } },
/* ---- */