diff options
Diffstat (limited to 'default.theme')
-rw-r--r-- | default.theme | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/default.theme b/default.theme index 0972a647..1146f919 100644 --- a/default.theme +++ b/default.theme @@ -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-}"; |