summaryrefslogtreecommitdiff
path: root/colorless.theme
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>1999-11-20 14:00:24 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>1999-11-20 14:00:24 +0000
commitf4dc754e3f512a3c215aa6d496d1fcc29908b5c4 (patch)
tree5da6b4b31c690794d57418edc4a3ddaf5ac1bd43 /colorless.theme
parentdbb0e0b01de9a5a368edbf9ca54fce7165c903cd (diff)
downloadirssi-f4dc754e3f512a3c215aa6d496d1fcc29908b5c4.zip
Last changes for 0.7.19
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@77 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'colorless.theme')
-rw-r--r--colorless.theme3
1 files changed, 3 insertions, 0 deletions
diff --git a/colorless.theme b/colorless.theme
index 3556ef2c..30a102e3 100644
--- a/colorless.theme
+++ b/colorless.theme
@@ -43,6 +43,7 @@
own_msg = "<$1> $2";
own_msg_channel = "<$1:$2> $3";
own_msg_private = "[msg($1)] $2";
+ own_msg_private_query = "<$1> $2";
own_notice = "[notice($1)] $2";
own_me = " * $1 $2";
own_ctcp = "[ctcp($1)] $2 $3";
@@ -52,12 +53,14 @@
pubmsg = "<$1> $2";
pubmsg_channel = "<$1:$2> $3";
msg_private = "[$1($2)] $3";
+ msg_private_query = "<$1> $2";
dcc_msg = "[$1(dcc)] $2";
notice_server = "!$1 $2";
notice_public = "-$1:$2- $3";
notice_private = "-$1($2)- $3";
action_dcc = " (*dcc*) $1 $2";
action_private = " (*) $1 $2";
+ action_private_query = " (*) $1 $2";
action_public = " * $1 $2";
action_public_channel = " * $1:$2 $3";
ctcp_reply = "CTCP %_$1%_ reply from %_$2%_: $3";