diff options
author | Timo Sirainen <cras@irssi.org> | 2000-03-10 23:02:21 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2000-03-10 23:02:21 +0000 |
commit | 04ae11e7b5ba5ae9314aa950c3b2d4f0c5a40b2d (patch) | |
tree | 16d9804b2ce0dcdda7b564d03da7fe6a80282336 /colorless.theme | |
parent | 24f651cdb8b14579416278165c202afcc6df6263 (diff) | |
download | irssi-04ae11e7b5ba5ae9314aa950c3b2d4f0c5a40b2d.zip |
updated
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@141 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'colorless.theme')
-rw-r--r-- | colorless.theme | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/colorless.theme b/colorless.theme index 1c5ecc0e..00874a4d 100644 --- a/colorless.theme +++ b/colorless.theme @@ -5,11 +5,11 @@ line_start = "-!- "; line_start_irssi = "-!- Irssi: "; connecting = "Connecting to %_$1%_ [$2] port %_$3%_"; + cant_connect = "Unable to connect server %_$1%_ port %_$2%_ [$3]"; disconnected = "Disconnected from %_$1%_ [$2]"; join = "%_$1%_ [$2] has joined %_$3"; part = "%_$1%_ [$2] has left %_$3%_ [$4]"; joinerror_toomany = "Cannot join to channel %_$1%_ (You have joined to too many channels)"; - joinerror_duplicate = "Cannot join to channel %_$1%_ (Duplicate channel)"; joinerror_full = "Cannot join to channel %_$1%_ (Channel is full)"; joinerror_invite = "Cannot join to channel %_$1%_ (You must be invited)"; joinerror_banned = "Cannot join to channel %_$1%_ (You are banned)"; @@ -40,7 +40,7 @@ your_nick_owned = "Your nick is owned by %_$4%_ [$2@$3]"; whois = "%_$1%_ [$2@$3]%N ircname : $4"; whois_idle_signon = " idle : $2 hours $3 mins $4 secs [signon: $5]"; - who = "$[10]1 %_$[!9]2%_ $[!3]3 $[!2]4 $5@$6 (%_$7%_)"; + who = "$[-10]1 %_$[!9]2%_ $[!3]3 $[!2]4 $5@$6 (%_$7%_)"; own_msg = "<$1> $2"; own_msg_channel = "<$1:$2> $3"; own_msg_private = "[msg($1)] $2"; @@ -51,6 +51,8 @@ own_dcc = "[dcc($1)] $2"; pubmsg_me = "<$1> $2"; pubmsg_me_channel = "<$1:$2> $3"; + pubmsg_hilight = "<$4$1$2> %|$3"; + pubmsg_hilight_channel = "<$5$1$2:$3> %|$4"; pubmsg = "<$1> $2"; pubmsg_channel = "<$1:$2> $3"; msg_private = "[$1($2)] $3"; @@ -58,10 +60,11 @@ dcc_msg = "[$1(dcc)] $2"; notice_server = "!$1 $2"; notice_public = "-$1:$2- $3"; + notice_public_ops = "-$1:@$2- $3"; notice_private = "-$1($2)- $3"; action_dcc = " (*dcc*) $1 $2"; - action_private = " (*) $1 $2"; - action_private_query = " (*) $1 $2"; + action_private = " (*) $1 $3"; + action_private_query = " (*) $1 $3"; action_public = " * $1 $2"; action_public_channel = " * $1:$2 $3"; ctcp_reply = "CTCP %_$1%_ reply from %_$2%_: $3"; @@ -84,12 +87,13 @@ dcc_get_aborted = "DCC aborted receiving file $1 from %_$2%_"; dcc_unknown_ctcp = "DCC unknown ctcp $1 from %_$2%_ [$3]"; dcc_unknown_reply = "DCC unknown reply $1 from %_$2%_ [$3]"; - dcc_unknown_command = "DCC unknown command: $1"; dcc_unknown_type = "DCC unknown type %_$1"; dcc_connect_error = "DCC can't connect to %_$1%_ port %_$2"; dcc_cant_create = "DCC can't create file $1"; dcc_rejected = "DCC $1 was rejected by %_$2%_ [$3]"; dcc_close = "DCC $1 close for %_$2%_ [$3]"; + wallops = "%_WALLOP%_ $1: $2"; + action_wallops = "%_WALLOP%_ * $1 $2"; log_opened = "Log file $1 opened"; log_open_failed = "Couldn't open log file $1"; log_not_open = "Log file $1 not open"; |