info_eol = "false"; replaces = { "[]=" = "%b$*%N"; "()=" = "%b$*%N"; "<>=" = "%b$*%N"; }; abstracts = { line_start = "%b»%N "; timestamp = "%b|%N$*%b|"; hilight = "%_$*%_"; error = "%b$*%N"; channel = "%N$*%N"; nick = "%b$*%w"; server = "%_$*%_"; #(part, quit, kick, ..) comment = "%B·%N$*%B·"; reason = "{comment $*}"; # mode change is printed ([+o nick]) mode_change = "[%p$*]%N"; mode = "{mode_change $*}"; # nick@host.com quit message nickhost = "°$*°"; #nickhost = "(%w$*%w)%N"; channick_hilight = "%w$*%N"; chanhost_hilight = "{nickhost $*}"; channick = "%w$*%n"; chanhost = "{nickhost $*}"; # highlighted channel name on mode changes channelhilight = "%Y$*%N"; # ban/ban exception/invite list mask is printed ban = "%b$*%N"; # the basic styling of how to print message, $0 = nick mode, $1 = nick msgnick = "%b<%b$0%w$1%b>%N %|"; # $0 = nick mode, $1 = nick ownmsgnick = "{msgnick $0 $1-}"; #my nick color ownnick = "%y$*%N"; # 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-}%W"; menick = "%w$*%N"; # public highlighted message in channel # $0 = highlight color, $1 = nick mode, $2 = nick pubmsghinick = "{msgnick %b$1 %N $0$2-}"; # channel name is printed with message msgchannel = "%w:%b$*%N"; # private message, $0 = nick, $1 = host privmsg = "[%b$0%y [%k$1-%y]%N "; # private message from you, $0 = "msg", $1 = target nick ownprivmsg = "[%w$0%y[%G$1-%y]%N "; # own private message in query ownprivmsgnick = "{msgnick $*}"; ownprivnick = "%y$*%N"; # private message in query privmsgnick = "{msgnick %w$*}"; # /me says action_core = "%g * $*%N"; # 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:%b$1%N "; # private action sent by others pvtaction = "%b (*) $*%N "; pvtaction_query = "{action $*}"; # public action sent by others pubaction = "{action $*}"; # whois whois = "%# $[8]0 : $1-"; # notices ownnotice = "[%b$0%w(%y$1-%w)]%N "; notice = "%w-%y$*%w-%N "; pubnotice_channel = "%w:%b$*"; pvtnotice_host = "%B(%w$*%y)"; servernotice = "%y!$*%N "; # CTCPs ownctcp = "[%b$0%y(%b$1-%y)] "; ctcp = "%b$*%N"; # wallops wallop = "%W$*%N: "; wallop_nick = "%N$*"; wallop_action = "%W * $*%N "; # netsplits netsplit = "%Y$*%N"; netjoin = "%Y$*%N"; # /names list names_prefix = ""; names_nick = "%w|%b$0%Y$1-%N "; names_nick_op = "{names_nick $*}"; names_nick_halfop = "{names_nick $*}"; names_nick_voice = "{names_nick $*}"; names_users = "%w|(%b$*%w)%N"; names_channel = "%U%B$*%N"; # DCC dcc = "%y$*%N"; dccfile = "%_$*%_"; # DCC chat, own msg/action dccownmsg = "[%b$0%y(%b$1-%y)%N] "; dccownnick = "%b$*%N"; dccownquerynick = "%W$*%N"; dccownaction = "{action $*}"; dccownaction_target = "{action_core $0}%w:%b$1%N "; # DCC chat, others dccmsg = "[%y$1-%b(%w$0%b)%N] "; dccquerynick = "%y$*%N"; dccaction = "%W (*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 = "%b[%N$*%b]%N "; sb = "%b[%N$*%b]%N"; sbmode = "%b(%p+%N$*%b)%N"; sbaway = "(%b^_^%N)"; sbservertag = ":$0/%b(%b<-=%R°%b=->)"; nact_display = " %W$1 %Gin:%W$0 %bout:%W$2 "; # activity in statusbar nact_command = "$0)in:$1:out($2"; # ',' separator sb_act_sep = "%b$*"; # normal text sb_act_text = "%b$*"; # public message sb_act_msg = "%W$*"; # 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··>%n {chanhost $1} joins {channel $2}"; # part = "<- {channick $0} %n<··%n {chanhost $1} leaves {channel $2} {reason $3}"; # quit = "