summaryrefslogtreecommitdiff
path: root/.irssi
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-03-27 12:19:15 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-03-27 12:19:15 -0700
commitce16188f4df362765b258aa4256ee688bcf362cc (patch)
treed233ae4269fce524af20614ff4b3e1399aaed9e0 /.irssi
parent44b7e6037ec4466a0466805a040f6bd795b87b2d (diff)
downloaddotfiles-ce16188f4df362765b258aa4256ee688bcf362cc.tar.gz
updates to irssi clean theme made by irssi
Diffstat (limited to '.irssi')
-rw-r--r--.irssi/clean.theme19
1 files changed, 19 insertions, 0 deletions
diff --git a/.irssi/clean.theme b/.irssi/clean.theme
index 6738ff27..42566364 100644
--- a/.irssi/clean.theme
+++ b/.irssi/clean.theme
@@ -236,10 +236,29 @@ formats = {
part = "%M-%n {channick $0} {chanhost $1} left {channel $2} {reason $3}";
kick = "%M!%n {channick $0} was kicked from {channel $1} by {nick $2} {reason $3}";
quit = "%M=%n {channick $0} {chanhost $1} quit {reason $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" = {
chanmode_change = "%M~%n {nick $2} set {mode $1} on {channel $0}";
whois = "{nick $0} {nickhost $1@$2}%: ircname : $3";
server_chanmode_change = "{netsplit ServerMode}/{channelhilight $0}: {mode $1} by {nick $2}";
+ 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";
+ 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";
};
};