X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=apps%2Firssi%2Fdefault.theme;h=f7e6d668ba9c79e34b6ea7ac35136c7020479b40;hp=1e2dca6f6ec73d1e7dc3571c984991d88b80db64;hb=c257b555225193e54d85daf541d29578b3c93882;hpb=f658940d02cf2fd893296b6a7825b42502573668 diff --git a/apps/irssi/default.theme b/apps/irssi/default.theme index 1e2dca6f..f7e6d668 100644 --- a/apps/irssi/default.theme +++ b/apps/irssi/default.theme @@ -55,8 +55,8 @@ info_eol = "false"; # these characters are automatically replaced with specified color # (dark grey by default) -replaces = { "()=" = "%K$*%n"; }; -#replaces = {}; +#replaces = { "()=" = "%K$*%n"; }; +replaces = {}; abstracts = { ## @@ -119,20 +119,30 @@ abstracts = { ## # Generic action - action = "%Y* $0 $1-"; + action = "%c* $*%n "; # Own sent action - ownaction = "%c* $0 $1-"; + ownaction = "{action $*}"; + + # Own sent action with target + ownaction_target = "{action $0}%K:%c$1%n "; + + # private action sent by others + pvtaction = "%Y(*) $*%n "; + pvtaction_query = "%Y* $*%n "; + + # public action sent by others + pubaction = "{pvtaction_query $*}"; ## ## Notice (/NOTICE command) ## # Generic notice - notice = "%C- $0 $1-"; - - # Own sent notice - ownnotice = "%g- $0 $1-"; + ownnotice = "%g- $1 -%n "; + notice = "%C- $* -%n "; + pubnotice_channel = ""; + pvtnotice_host = ""; ##