diff options
Diffstat (limited to '.irssi')
-rw-r--r-- | .irssi/default.theme | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.irssi/default.theme b/.irssi/default.theme index 79b1af5..0387af9 100644 --- a/.irssi/default.theme +++ b/.irssi/default.theme | |||
@@ -293,3 +293,8 @@ abstracts = { | |||
293 | # hilight with specified color, $0 = color, $1 = text | 293 | # hilight with specified color, $0 = color, $1 = text |
294 | sb_act_hilight_color = "$0$1-%n"; | 294 | sb_act_hilight_color = "$0$1-%n"; |
295 | }; | 295 | }; |
296 | formats = { | ||
297 | "fe-common/core" = { | ||
298 | pubmsg = "{pubmsgnick $2 {pubnick \00312$[0]0}}$1"; | ||
299 | }; | ||
300 | }; | ||