mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +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
|
|
@ -166,12 +166,18 @@ abstracts = {
|
|||
## Actions (/ME stuff)
|
||||
##
|
||||
|
||||
# used internally by this theme
|
||||
action_core = "%W * $0-%n";
|
||||
|
||||
# generic one that's used by most actions
|
||||
action = "%W * $0-%n ";
|
||||
action = "{action_core $0-} ";
|
||||
|
||||
# own action, both private/public
|
||||
ownaction = "{action $0-}";
|
||||
|
||||
# own action with target, both private/public
|
||||
ownaction_target = "{action_core $0}%K:%c$1%n ";
|
||||
|
||||
# private action sent by others
|
||||
pvtaction = "%W (*) $0-%n ";
|
||||
pvtaction_query = "{action $0-}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue