256 lines
8.3 KiB
Plaintext
256 lines
8.3 KiB
Plaintext
info_eol = "false";
|
||
replaces = { };
|
||
|
||
abstracts = {
|
||
line_start = "%m%N ";
|
||
timestamp = "%w`%N$*%w.";
|
||
hilight = "%_$*%_";
|
||
error = "%r$*%N";
|
||
channel = "%w$*%N";
|
||
nick = "%m$*%w";
|
||
server = "%_$*%_";
|
||
|
||
#(part, quit, kick, ..)
|
||
comment = "$*";
|
||
reason = "{comment $*}";
|
||
|
||
# mode change is printed ([+o nick])
|
||
mode_change = "(%g$*%m)%N";
|
||
mode = "{mode_change $*}";
|
||
|
||
# nick@host.com quit message
|
||
nickhost = "%m($*)";
|
||
|
||
channick_hilight = "%w$*%m";
|
||
chanhost_hilight = "{nickhost $*}";
|
||
channick = "%g$*%w";
|
||
chanhost = "{nickhost $*}";
|
||
|
||
# highlighted channel name on mode changes
|
||
channelhilight = "%m$*%N";
|
||
|
||
# ban/ban exception/invite list mask is printed
|
||
ban = "%r$*%N";
|
||
|
||
# the basic styling of how to print message, $0 = nick mode, $1 = nick
|
||
msgnick = "%m`%w$1$0%n`%w %|";
|
||
|
||
|
||
# $0 = nick mode, $1 = nick
|
||
ownmsgnick = "{msgnick $0 $1-}%n";
|
||
|
||
#my nick color
|
||
ownnick = "%m$*%w";
|
||
|
||
# public message in channel, $0 = nick mode, $1 = nick
|
||
pubmsgnick = "{msgnick $0 $1-}";
|
||
|
||
# public message in channel meant for me, $0 = nick mode, $1 = nick
|
||
pubmsgmenick = "{msgnick $0 $1-}%m";
|
||
menick = "%w~%r$*%w";
|
||
|
||
# public highlighted message in channel
|
||
# $0 = highlight color, $1 = nick mode, $2 = nick
|
||
pubmsghinick = "{msgnick %r$1 %w $0$2-}";
|
||
|
||
# channel name is printed with message
|
||
msgchannel = "%w:%w$*%N";
|
||
|
||
# private message, $0 = nick, $1 = host
|
||
privmsg = "[%r$0%m [%k$1-%m]%N ";
|
||
|
||
# private message from you, $0 = "msg", $1 = target nick
|
||
ownprivmsg = "[%w$0%m[%G$1-%y]%N ";
|
||
|
||
# own private message in query
|
||
ownprivmsgnick = "{msgnick $*}";
|
||
ownprivnick = "%m$*%N";
|
||
|
||
# private message in query
|
||
privmsgnick = "{msgnick %w$*}";
|
||
|
||
# /me says
|
||
action_core = "%g`%r`%n`%w$*%m";
|
||
|
||
# generic one that's used by most actions
|
||
action = "{action_core $*} ";
|
||
|
||
# own action, both private/public
|
||
ownaction = "{action $*}";
|
||
|
||
# own action with target, both private/public
|
||
ownaction_target = "{action_core $0}%w:%m$1%N ";
|
||
|
||
# private action sent by others
|
||
pvtaction = "%m (*) $*%N ";
|
||
pvtaction_query = "{action $*}";
|
||
|
||
# public action sent by others
|
||
pubaction = "{action $*}";
|
||
|
||
# whois
|
||
whois = "%# $[8]0 : $1-";
|
||
|
||
# notices
|
||
ownnotice = "[%r$0%w(%m$1-%w)]%N ";
|
||
notice = "%w-%m$*%w-%N ";
|
||
pubnotice_channel = "%w:%b$*";
|
||
pvtnotice_host = "%g(%w$*%m)";
|
||
servernotice = "%m!$*%N ";
|
||
|
||
# CTCPs
|
||
ownctcp = "[%g$0%m(%b$1-%y)] ";
|
||
ctcp = "%g$*%N";
|
||
|
||
# wallops
|
||
wallop = "%w$*%N: ";
|
||
wallop_nick = "%N$*";
|
||
wallop_action = "%w * $*%N ";
|
||
|
||
# netsplits
|
||
netsplit = "%r$*%N";
|
||
netjoin = "%m$*%N";
|
||
|
||
# /names list
|
||
names_prefix = "";
|
||
names_nick = "%w`%w$0%m$1-%N ";
|
||
names_nick_op = "{names_nick $*}";
|
||
names_nick_halfop = "{names_nick $*}";
|
||
names_nick_voice = "{names_nick $*}";
|
||
names_users = "%m`%w$*%w`%N";
|
||
names_channel = "%U%m$*%N";
|
||
|
||
# DCC
|
||
dcc = "%m$*%N";
|
||
dccfile = "%_$*%_";
|
||
|
||
# DCC chat, own msg/action
|
||
dccownmsg = "[%g$0%y(%b$1-%m)%N] ";
|
||
dccownnick = "%m$*%N";
|
||
dccownquerynick = "%W$*%N";
|
||
dccownaction = "{action $*}";
|
||
dccownaction_target = "{action_core $0}%w:%g$1%N ";
|
||
|
||
# DCC chat, others
|
||
dccmsg = "[%m$1-%w(%w$0%g)%N] ";
|
||
dccquerynick = "%m$*%N";
|
||
dccaction = "%m (*dcc*) $*%N %|";
|
||
|
||
|
||
# default background for all statusbars. You can also give
|
||
# the default foreground color for statusbar items.
|
||
sb_background = "%N%w";
|
||
|
||
# default backround for "default" statusbar group
|
||
# background for prompt / input line
|
||
sb_prompt_bg = "%N";
|
||
# background for info statusbar
|
||
sb_info_bg = "%N";
|
||
# background for topicbar (same default)
|
||
|
||
# text at the beginning of statusbars. sb-item already puts
|
||
# space there,so we don't use anything by default.
|
||
sbstart = "";
|
||
# text at the end of statusbars. Use space so that it's never
|
||
# used for anything.
|
||
sbend = " ";
|
||
|
||
topicsbstart = "{sbstart $*}";
|
||
topicsbend = "{sbend $*}";
|
||
|
||
prompt = "%w`%N$*%m`%N ";
|
||
|
||
sb = "%w`%N$*%m`%N";
|
||
sbmode = "%m'%p+%N$*%w'%N";
|
||
sbaway = "(%r^_^%N)";
|
||
sbservertag = ":$0";
|
||
nact_display = " %w$1 %Gin:%w$0 %bout:%w$2 ";
|
||
|
||
# activity in statusbar
|
||
nact_command = "$0)in:$1:out($2";
|
||
|
||
# ',' separator
|
||
sb_act_sep = "%w$*";
|
||
# normal text
|
||
sb_act_text = "%w$*";
|
||
# public message
|
||
sb_act_msg = "%g$*";
|
||
# hilight
|
||
|
||
# hilight with specified color, $0 = color, $1 = text
|
||
sb_act_hilight_color = "$0$1-%N";
|
||
};
|
||
|
||
#formats = {
|
||
# "fe-common/core" = {
|
||
# pubmsg = "{pubmsgnick $2 {pubnick $[-16]0}}$1";
|
||
# own_msg = "{ownmsgnick $2 {ownnick $[-16]0}}$1";
|
||
# own_msg_channel = "{ownmsgnick $3 {ownnick $[-16]0}{msgchannel $1}}$2";
|
||
# pubmsg_me = "{pubmsgmenick $2 {menick $[-16]0}}$1";
|
||
# pubmsg_me_channel = "{pubmsgmenick $3 {menick $[-16]0}{msgchannel $1}}$2";
|
||
# pubmsg_hilight = "{pubmsghinick $0 $3 $[-16]1%n}$2";
|
||
# pubmsg_hilight_channel = "{pubmsghinick $0 $4 $[-16]1{msgchannel $2}}$3";
|
||
# pubmsg_channel = "{pubmsgnick $3 {pubnick $[-16]0}{msgchannel $1}}$2";
|
||
# };
|
||
# join = " -> {channick $0} %w<><77>>%n {chanhost $1} joins {channel $2}";
|
||
# part = "<- {channick $0} %n<<3C><>%n {chanhost $1} leaves {channel $2} {reason $3}";
|
||
# quit = "<o {channick $0} %c<<3C><><EFBFBD>%n {chanhost $1} quits {reason $2}";
|
||
# kick = "<o> {channick_kick $0} was kicked from {channel_kick $1} by {nick_kick $2} {reason_kick $3}";
|
||
|
||
|
||
#};
|
||
|
||
formats = {
|
||
idea = {
|
||
idea_own_msg = "{ownmsgnick $2 {ownnick $[-9]0}}%g$1";
|
||
idea_own_msg_channel = "{ownmsgnick $3 {ownnick $[-9]0}{msgchannel $1}}%m$2";
|
||
idea_own_msg_private = "{ownprivmsg msg $0}%w$1";
|
||
idea_own_msg_private_query = "privmsgnick $[-9]0}%g$2";
|
||
idea_pubmsg_me = "{pubmsgmenick $2 {menick $[-9]0}}%g$1";
|
||
idea_pubmsg_me_channel = "{pubmsgmenick $3 {menick $[-9]0}{msgchannel $1}}%g$2";
|
||
idea_pubmsg_hilight = "{pubmsghinick $0 $3 $[-9]1}%m$2";
|
||
idea_pubmsg_hilight_channel = "{pubmsghinick $0 $4 $[-9]1{msgchannel $2}}%m$3";
|
||
idea_pubmsg = "{pubmsgnick $2 {pubnick $[-9]0}}%g$1";
|
||
idea_pubmsg_channel = "{pubmsgnick $3 {pubnick $[-9]0}{msgchannel $1}}%g$2";
|
||
idea_msg_private = "{privmsg $0 $1}%g$2";
|
||
idea_msg_private_query = "{privmsgnick $[-9]0}%g$2";
|
||
};
|
||
"fe-common/core" = {
|
||
join = "{channick_hilight $[-11]0} %w<><77>>%n {chanhost_hilight $1}";
|
||
part = "{channick $[-11]0} %g<<3C><>%n {chanhost $1} {reason $3}";
|
||
quit = "{channick $[-11]0} %r<<3C><>%n {chanhost $1} {reason $[.50]2}";
|
||
kick = "{channick $[-11]0} %r:(%n was kicked from {channel $1} by {nick $2} {reason $3}";
|
||
nick_changed = "{channick $[-11]0} %m~'`%r changes nick to {channick_hilight $1} %m`'~ ";
|
||
own_msg = "{ownmsgnick $2 {ownnick $[-10]0}}$1";
|
||
own_msg_channel = "{ownmsgnick $3 {ownnick $[-10]0}{msgchannel $1}}$2";
|
||
pubmsg_me = "{pubmsgmenick $2 {menick $[-10]0}}$1";
|
||
pubmsg_me_channel = "{pubmsgmenick $3 {menick $[-10]0}{msgchannel $1}}$2";
|
||
pubmsg_hilight = "{pubmsghinick $0 $3 $[-10]1}$2";
|
||
pubmsg_hilight_channel = "{pubmsghinick $0 $4 $[-10]1{msgchannel $2}}$3";
|
||
pubmsg = "{pubmsgnick $2 {pubnick $[-10]0}}$1";
|
||
pubmsg_channel = "{pubmsgnick $3 {pubnick $[-10]0}{msgchannel $1}}$2";
|
||
own_msg_private = "{ownprivmsg msg $0}$1";
|
||
own_msg_private_query = "{ownprivmsgnick {ownprivnick $[-10]2}}$1";
|
||
msg_private_query = "{privmsgnick $[-10]0}$2";
|
||
msg_private = "{privmsg $0 $1}$2";
|
||
};
|
||
"fe-common/irc" = {
|
||
chanmode_change = "{hilight %n~~~ %m{nick $2}} %n sets%m{mode $1} %w on {channelhilight $0 %n~~~}";
|
||
own_action = "{ownaction $[-10]0}$1";
|
||
action_private = "{pvtaction $0}$2";
|
||
action_private_query = "{pvtaction_query $[-9]0}$2";
|
||
action_public_channel = "{pubaction $[-10]0{msgchannel $1}}$2";
|
||
action_public = "{pubaction $[-10]0}$1";
|
||
netsplit = "{netsplit Netsplit} %r<<3C><><EFBFBD>%n {server $0} %w<%n-%w>%n {server $1} quits: $2";
|
||
netsplit_more = "{netsplit Netsplit} %w<<3C><>%n {server $0} %w<%n-%w>%n {server $1} quits: $2 (%K+$3 more%n)";
|
||
netsplit_join = "{netjoin Netsplit} %w<><77>>%n $0";
|
||
netsplit_join_more = "{netjoin Netsplit} %w>%n $0 (%K+$1 more%n)";
|
||
server_chanmode_change = "{netsplit {nick $2}}/{channelhilight $0} sets {mode $1} ";
|
||
};
|
||
"fe-common/irc/dcc" = {
|
||
own_dcc_action_query = "{dccownaction $[-9]0}$2";
|
||
dcc_msg_query = "{privmsgnick $[-9]0}$1";
|
||
own_dcc_query = "{ownmsgnick {ownnick $[-9]0}} $2";
|
||
};
|
||
};
|