diff options
author | Timo Sirainen <cras@irssi.org> | 1999-10-24 11:06:08 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 1999-10-24 11:06:08 +0000 |
commit | c49c1baf494b191572cfb6dd3158fbf383f6408a (patch) | |
tree | e74da0ba791f581051ac8638d47bc3ded4716604 | |
parent | e14fef979c9ebea05561880a491ec9067a140492 (diff) | |
download | irssi-c49c1baf494b191572cfb6dd3158fbf383f6408a.zip |
Added new formats
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@63 dbcabf3a-b0e7-0310-adc4-f8d773084564
-rw-r--r-- | colorless.theme | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/colorless.theme b/colorless.theme index c12468d3..6d453b7f 100644 --- a/colorless.theme +++ b/colorless.theme @@ -1,5 +1,5 @@ { - default_color = 7; + default_color = 0; colors = {red_100 = 65535;green_100 = 65535;blue_100 = 65535;}; formats = { line_start = "-!- "; @@ -7,8 +7,15 @@ connecting = "Connecting to %_$1%_ [$2] port %_$3%_"; disconnected = "Disconnected from %_$1%_ [$2]"; join = "%_$1%_ [$2] has joined %_$3"; - cannot_join = "Cannot join to channel %_$1%_ [$2]"; 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)"; + joinerror_bad_key = "Cannot join to channel %_$1%_ (Bad channel key)"; + joinerror_bad_mask = "Cannot join to channel %_$1%_ (Bad channel mask)"; + joinerror_unavail = "Cannot join to channel %_$1%_ (Channel is temporarily unavailable)"; kick = "%_$1%_ was kicked from $2 by %_$3%_ [$4]"; quit = "%_$1%_ [$2] has quit IRC [$3]"; names = "[%_Users%_($1)] $2"; |