1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 | # redux by pander to IRSSI [04.15.20]
default_color = "-1";
info_eol = "false";
replaces = { "[]" = "%K$*%n"; };
abstracts = {
indent_default = "10";
line_start = "";
timestamp = "%K[%n$*%K]%n";
# scan
names_users = "%n┌%K-%n┐ %n\012%n└%K−%n−%K-%n── %W-%n────%K─────────────────────────%C────%c───────%C───────%c────%K────-- - %c-%C- %K-%n-%K-";
names_nick = "%K(%N$2$0%n$1%K)%n ";
names_nick_op = "{names_nick $* %N}";
names_nick_halfop = "{names_nick $* %N}";
names_nick_voice = "{names_nick $* %N}";
names_prefix = "%W │ %n$1";
names_channel = "%W$*%n";
# status bar - topic
topicsbstart = "%ctp%K:%n $*";
topicsbend = "";
prompt = "%K└─[%c$0%K]>%n ";
# status bar
sb_background = "%N%N";
sb_default_bg = "%N";
sb_prompt_bg = "%N";
sb_info_bg = "%N";
sb_topic_bg = "%N";
sbstart = "%K┌─%K[%N ";
sbend = "";
sb = "%K(%n$*%K)%N ";
sbtime = "%c$*%N ";
sbmode = "%K/%c+%N$*%n";
sbaway = "%K/%Naway%n";
sbservertag = "%K:%N$0%K(%N^X%K)";
};
formats = {
"fe-common/core" = {
line_start_irssi = "{line_start}";
join = "%K─%n─%W─%C $0 %K(%c$1%K)%n joins%W $2";
part = "%K─%n─%W─%C $0 %K(%c$1%K)%n parts%W $2";
quit = "%K─%n─%W─%c Signoff%K:%C $0 %K(%n$2%K)";
kick = "%K─%n─%W─%C $0 %nwas kicked by%c $2 %K(%n$3%K)";
nick_changed = "%K─%n─%W─%c $0 %nis now known as%C $1";
your_nick_changed = "%K─%n─%W─%n You are now known as%C $1";
new_topic = "%K─%n─%W─%C $0 %nset%W $1 %ntopic%K:%n $2";
endofnames = "%n┌%K-%n─%K-%n─ %W-%K──────────────────%c───%C───────────%c─────%C────────%c──%K──────-- %n- %K-%n-%K -- %n\012%K└%n-%W┘";
};
"fe-common/irc" = {
chanmode_change = "%K─%n─%W─%n mode%K/%c$0 %K(%n$1%K)%n by%C $2";
server_chanmode_change = "%K─%n─%W─%n cmode%K/%c$0 %K(%n$1%K)%n by%C $2";
whois = " %n───%K─%n───%W-%n-%K-%C─-%c┐ %C┌%c──-─%C─────--%c-─--──-─%C───%c-──%C───-%W-%n- %K-%n- %n\012 %W$[9]0 %c│ %C│%n %n$1%K@%n$2 %n\012 ircname %c│ %C│%n $3";
whois_channels = " channels %c│ %C│%n $1";
whois_server = " server %c│ %C│%n $1 {comment $2}";
whois_realhost = " actual %c│ %C│%n $1";
whois_idle = " idle %c│ %C│%n $1d $2h $3m $4s";
whois_idle_signon = " idle %c│ %C│%n $1d $2h $3m $4s %K(%n$5%K)";
whois_oper = " oper %c│ %C│%n {hilight $1}";
whois_away = " away %c│ %C│%n $1";
end_of_whois = "%n──%K───%c───%C-%K──────%c┘ └%C─────────────%c──%W───%n─────%K────%c─ ─────%C─── %K─%c────%W-";
whowas = " %n───%K─%n───%W-%n-%K-%C─-%c┐ %C┌%c──-─%C─────--%c-─--──-─%C───%c-──%C───-%W-%n- %K-%n- %n\012 %W$[9]0 %c│ %C│%n %n$1%K@%n$2 %n\012 ircname %c│ %C│%n $3";
end_of_whowas = "%n──%K───%c───%C-%K──────%c┘ └%C─────────────%c──%W───%n─────%K────%c─ ─────%C─── %K─%c────%W-";
whois_not_found = "%K─%n─%W─%n There is no such nick%C $0";
topic = "%K─%n─%W─%n topic%K:%n $1";
topic_info = "%K─%n─%W─%n setby%K:%C $0 %non%c $1";
channel_synced = "%K─%n─%W─%C $0 %nwas synched in%c $1 %nsecs!";
channel_created = "%K─%n─%W─%C $0 %nwas created on%c $1";
};
};
|
x
Notes
A combination of my favorite formats and colors from older IRC scripts.
sm0g said about 4 years ago
Do you happen to have a scrot of what this looks like?
fro said about 4 years ago
not the author but here: https://i.imgur.com/pLDZzmi.png