diff options
author | Timo Sirainen <cras@irssi.org> | 2000-10-28 01:52:16 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2000-10-28 01:52:16 +0000 |
commit | 80dd793c60bd58190c42e8fe76ae6e8825975373 (patch) | |
tree | 5a94093b4129fd3a11f0bd2064f2136f7aeb8ad7 /src/fe-common/irc/notifylist | |
parent | 1e6f81e38fffb444fe5a90f7061d396ff05a44d6 (diff) | |
download | irssi-80dd793c60bd58190c42e8fe76ae6e8825975373.zip |
Updated new default.theme to module-formats files.
default.theme still contains the abstracts.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@794 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/fe-common/irc/notifylist')
-rw-r--r-- | src/fe-common/irc/notifylist/module-formats.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/fe-common/irc/notifylist/module-formats.c b/src/fe-common/irc/notifylist/module-formats.c index e369d52c..345dfe24 100644 --- a/src/fe-common/irc/notifylist/module-formats.c +++ b/src/fe-common/irc/notifylist/module-formats.c @@ -28,12 +28,12 @@ FORMAT_REC fecommon_irc_notifylist_formats[] = /* ---- */ { NULL, "Notifylist", 0 }, - { "notify_join", "%_$0%_ %K[%n$1@$2%K] [%n%_$3%_%K]%n has joined to $4", 5, { 0, 0, 0, 0, 0 } }, - { "notify_part", "%_$0%_ has left $4", 5, { 0, 0, 0, 0, 0 } }, - { "notify_away", "%_$0%_ %K[%n$5%K]%n %K[%n$1@$2%K] [%n%_$3%_%K]%n is now away: $4", 6, { 0, 0, 0, 0, 0, 0 } }, - { "notify_unaway", "%_$0%_ %K[%n$4%K]%n %K[%n$1@$2%K] [%n%_$3%_%K]%n is now unaway", 5, { 0, 0, 0, 0, 0 } }, - { "notify_unidle", "%_$0%_ %K[%n$5%K]%n %K[%n$1@$2%K] [%n%_$3%_%K]%n just stopped idling", 6, { 0, 0, 0, 0, 0, 0 } }, - { "notify_online", "On $0: %_$1%_", 2, { 0, 0 } }, + { "notify_join", "{nick $0} [$1@$2] [{hilight $3}] has joined to $4", 5, { 0, 0, 0, 0, 0 } }, + { "notify_part", "{nick $0} has left $4", 5, { 0, 0, 0, 0, 0 } }, + { "notify_away", "{nick $0} [$5] [$1@$2] [{hilight $3}] is now away: $4", 6, { 0, 0, 0, 0, 0, 0 } }, + { "notify_unaway", "{nick $0} [$4] [$1@$2] [{hilight $3}] is now unaway", 5, { 0, 0, 0, 0, 0 } }, + { "notify_unidle", "{nick $0} [$5] [$1@$2] [{hilight $3}] just stopped idling", 6, { 0, 0, 0, 0, 0, 0 } }, + { "notify_online", "On $0: {hilight $1}", 2, { 0, 0 } }, { "notify_offline", "Offline: $0", 1, { 0 } }, { "notify_list", "$0: $1 $2 $3", 4, { 0, 0, 0, 0 } }, |