2010-12-06 12:47:20 +01:00
|
|
|
# print timestamp/servertag at the end of line, not at beginning
|
|
|
|
info_eol = "false";
|
|
|
|
|
|
|
|
abstracts = {
|
|
|
|
# text to insert at the beginning of each non-message line
|
|
|
|
line_start = "%K:%w:%W: ";
|
|
|
|
|
|
|
|
# timestamp styling
|
2011-03-07 09:06:44 +01:00
|
|
|
timestamp = " %c[%n$*%c]%n %n";
|
2010-12-06 12:47:20 +01:00
|
|
|
|
|
|
|
##
|
|
|
|
## messages
|
|
|
|
##
|
|
|
|
|
|
|
|
# the basic styling hof how to print message, $0 = nick mode, $1 = nick
|
2011-03-07 09:06:44 +01:00
|
|
|
msgnick = "$1 %B>>%n %|";
|
2010-12-06 12:47:20 +01:00
|
|
|
|
|
|
|
# $0 = nick mode, $1 = nick
|
|
|
|
#ownmsgnick = "{msgnick $0 %B$1-%n}";
|
2010-12-06 13:38:41 +01:00
|
|
|
ownnick = "%B$0-%n";
|
2010-12-06 12:47:20 +01:00
|
|
|
|
|
|
|
##
|
|
|
|
## statusbar
|
|
|
|
##
|
|
|
|
|
|
|
|
# default background for all statusbars. You can also give the default
|
|
|
|
# foreground color for statusbar items.
|
2011-01-11 23:39:34 +01:00
|
|
|
sb_background = "%4";
|
2010-12-06 12:47:20 +01:00
|
|
|
sb_foreground = "%w";
|
|
|
|
|
2011-03-07 09:06:44 +01:00
|
|
|
sbmode = " mode $*";
|
|
|
|
sb_act_hilight = "%3 $* %n";
|
2010-12-06 12:47:20 +01:00
|
|
|
};
|
|
|
|
formats = {
|
|
|
|
"fe-common/core" = {
|
2011-03-07 09:06:44 +01:00
|
|
|
join = "%g>>%G>>%n $0 %G>>%n joins $2";
|
|
|
|
part = "%r<<%R<<%n $0 %R<<%n leaves $2 {reason $3}";
|
|
|
|
quit = "%r<<%R<<%n $0 %R<<%n quits {reason $2}";
|
|
|
|
kick = "%r<<%R<<%n $0 %R<<%n was kicked from {channel $1} by $2 {reason $3}";
|
2010-12-06 12:47:20 +01:00
|
|
|
nick_changed = "{channick $0} --> {channick $1}";
|
|
|
|
|
2011-03-07 09:06:44 +01:00
|
|
|
own_msg = "{ownmsgnick $2 [{ownnick $[12]0}]}$1";
|
|
|
|
own_msg_channel = "{ownmsgnick $3 [{ownnick $[12]0}]{msgchannel $1}}$2";
|
|
|
|
pubmsg_me = "{pubmsgmenick $2 [{menick $[12]0}]}$1";
|
|
|
|
pubmsg_me_channel = "{pubmsgmenick $3 [{menick $[12]0}]{msgchannel $1}}$2";
|
|
|
|
pubmsg_hilight = "{pubmsghinick $0 $3 [$[12]1]}$2";
|
|
|
|
pubmsg_hilight_channel = "{pubmsghinick $0 $4 [$[12]1]{msgchannel $2}}$3";
|
|
|
|
pubmsg = "{pubmsgnick $2 {pubnick [$[12]0]}}$1";
|
|
|
|
pubmsg_channel = "{pubmsgnick $3 {pubnick [$[12]0]}{msgchannel $1}}$2";
|
2010-12-06 12:47:20 +01:00
|
|
|
};
|
|
|
|
};
|