summaryrefslogtreecommitdiff
path: root/.irssi
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-05-16 02:38:55 +0000
committerSean Whitton <spwhitton@spwhitton.name>2017-05-16 02:39:14 +0000
commitbc865117100cabafc9d3ccda7bcaf8b10b78b42f (patch)
tree7ca61e1a9d40cc0da85488925133b46f9ba68c8e /.irssi
parent937492d1da20f8e7e491fc62d103bdec554c9d6b (diff)
downloaddotfiles-bc865117100cabafc9d3ccda7bcaf8b10b78b42f.tar.gz
update irssi theme
Diffstat (limited to '.irssi')
-rw-r--r--.irssi/default.theme28
1 files changed, 14 insertions, 14 deletions
diff --git a/.irssi/default.theme b/.irssi/default.theme
index 29d48ba9..521a029e 100644
--- a/.irssi/default.theme
+++ b/.irssi/default.theme
@@ -294,26 +294,26 @@ abstracts = {
};
formats = {
"fe-common/core" = {
- pubmsg_me = "{pubmsgmenick $2 {menick $0}}$1";
- pubmsg_me_channel = "{pubmsgmenick $3 {menick $0}{msgchannel $1}}$2";
- pubmsg_hilight = "{pubmsghinick $0 $3 $1}$2";
- pubmsg_hilight_channel = "{pubmsghinick $0 $4 $1{msgchannel $2}$3";
- pubmsg = "{pubmsgnick $2 {pubnick $0}}$1";
- pubmsg_channel = "{pubmsgnick $3 {pubnick $0}{msgchannel $1}}$2";
- msg_private = "{privmsg $0 $1 }$2";
- msg_private_query = "{privmsgnick $0}$2";
+ pubmsg_me = "{pubmsgmenick $2 {menick ~$0}}$1";
+ pubmsg_me_channel = "{pubmsgmenick $3 {menick ~$0}{msgchannel $1}}$2";
+ pubmsg_hilight = "{pubmsghinick ~$0 $3 $1}$2";
+ pubmsg_hilight_channel = "{pubmsghinick ~$0 $4 $1{msgchannel $2}$3";
+ pubmsg = "{pubmsgnick $2 {pubnick ~$0}}$1";
+ pubmsg_channel = "{pubmsgnick $3 {pubnick ~$0}{msgchannel $1}}$2";
+ msg_private = "{privmsg ~$0 $1 }$2";
+ msg_private_query = "{privmsgnick ~$0}$2";
};
"fe-common/irc" = {
notice_public = "{notice $0{pubnotice_channel $1}}$2";
notice_private = "{notice $0{pvtnotice_host $1}}$2";
- action_private = "{pvtaction $0}$2";
- action_private_query = "{pvtaction_query $0}$2";
- action_public = "{pubaction $0}$1";
- action_public_channel = "{pubaction $0{msgchannel $1}}$2";
+ action_private = "{pvtaction ~$0}$2";
+ action_private_query = "{pvtaction_query ~$0}$2";
+ action_public = "{pubaction ~$0}$1";
+ action_public_channel = "{pubaction ~$0{msgchannel $1}}$2";
ctcp_reply = "CTCP {hilight $0} reply from {nick $1}: $2";
ctcp_reply_channel = "CTCP {hilight $0} reply from {nick $1} in channel {channel $3}: $2";
ctcp_ping_reply = "CTCP {hilight PING} reply from {nick $0}: $1.$[-3.0]2 seconds";
- ctcp_requested = "{ctcp {hilight $0} {comment $1} requested CTCP {hilight $2} from {nick $4}}: $3";
- ctcp_requested_unknown = "{ctcp {hilight $0} {comment $1} requested unknown CTCP {hilight $2} from {nick $4}}: $3";
+ ctcp_requested = "{ctcp {hilight ~$0} {comment $1} requested CTCP {hilight $2} from {nick $4}}: $3";
+ ctcp_requested_unknown = "{ctcp {hilight ~$0} {comment $1} requested unknown CTCP {hilight $2} from {nick $4}}: $3";
};
};