mirror of
https://github.com/irssi/irssi.git
synced 2026-08-22 01:52:19 +02:00
[checkpoint3]
This commit is contained in:
parent
7bb2ee96ca
commit
b5dfea8d6d
2 changed files with 203 additions and 114 deletions
193
irssi.conf
193
irssi.conf
|
|
@ -21,7 +21,7 @@ chatnets = {
|
|||
max_kicks = "4";
|
||||
max_msgs = "20";
|
||||
max_whois = "30";
|
||||
};
|
||||
};
|
||||
EFNet = {
|
||||
type = "IRC";
|
||||
max_kicks = "1";
|
||||
|
|
@ -64,7 +64,7 @@ chatnets = {
|
|||
max_msgs = "1";
|
||||
max_whois = "1";
|
||||
};
|
||||
OFTC = {
|
||||
OFTC = {
|
||||
type = "IRC";
|
||||
max_kicks = "1";
|
||||
max_msgs = "1";
|
||||
|
|
@ -150,7 +150,7 @@ aliases = {
|
|||
SHELP = "QUOTE HELP";
|
||||
SIGNOFF = "QUIT";
|
||||
SV = "MSG * Irssi $J ($V) - https://irssi.org";
|
||||
T = "TOPIC";
|
||||
T = "TOPIC";
|
||||
UB = "UNBAN";
|
||||
UMODE = "MODE $N";
|
||||
UNSET = "SET -clear";
|
||||
|
|
@ -167,98 +167,147 @@ aliases = {
|
|||
};
|
||||
|
||||
statusbar = {
|
||||
|
||||
items = {
|
||||
|
||||
barstart = "{sbstart}";
|
||||
barend = "{sbend}";
|
||||
|
||||
barend = "{sbend}";
|
||||
topicbarstart = "{topicsbstart}";
|
||||
topicbarend = "{topicsbend}";
|
||||
|
||||
time = "{sb $Z}";
|
||||
user = "{sb {sbnickmode $cumode}$N{sbmode $usermode}{sbaway $A}}";
|
||||
|
||||
window = "{sb $winref:$tag/$itemname{sbmode $M}}";
|
||||
topicbarend = "{topicsbend}";
|
||||
time = "{sb %B$Z%n%W❱ %G⚡%n Connected: %G%W$tag%n %W>%B>%C> %WNexus %G<%B<%W<%W}";
|
||||
user = "{sb %WU%wser ⇋ %B$cumode%w$N%W : ➜ %WS%wtatus {sbmode (%C+$usermode%n)}}";
|
||||
window = "%W ➜ %n{sbmode %WC%whannel (%C+$M%n%W) %B ➜ %WW%window: %G$winref }{sbaway $A}%W %n";
|
||||
window_empty = "{sb $winref{sbservertag $tag}}";
|
||||
|
||||
prompt = "{prompt $[.15]itemname}";
|
||||
prompt_empty = "{prompt $winname}";
|
||||
|
||||
topic = " $topic";
|
||||
prompt = "%B⚡%N %k❮%B$itemname%k❯%N%C:%N ";
|
||||
prompt_empty = "%k❮%B$winname%k❯%N ";
|
||||
topic = "%WTopic%C:%W $topic";
|
||||
topic_empty = " Irssi v$J - https://irssi.org";
|
||||
|
||||
lag = "{sb Lag: $0-}";
|
||||
act = "{sb Act: $0-}";
|
||||
more = "-- more --";
|
||||
lag = "{sb ⇉ %WL%wagging ⇋ %W: %R$0- }";
|
||||
act = "{sb %WActive Windows%C: $0-}";
|
||||
more = "%C-- %Wmore %C--";
|
||||
};
|
||||
|
||||
default = {
|
||||
|
||||
window = {
|
||||
|
||||
disabled = "no";
|
||||
type = "window";
|
||||
type = "window";
|
||||
placement = "bottom";
|
||||
position = "1";
|
||||
visible = "active";
|
||||
|
||||
position = "0";
|
||||
visible = "active";
|
||||
items = {
|
||||
barstart = { priority = "100"; };
|
||||
time = { };
|
||||
user = { };
|
||||
window = { };
|
||||
window_empty = { };
|
||||
lag = { priority = "-1"; };
|
||||
act = { priority = "10"; };
|
||||
more = { priority = "-1"; alignment = "right"; };
|
||||
barend = { priority = "100"; alignment = "right"; };
|
||||
barstart = { priority = "100"; };
|
||||
time = { priority = "10"; };
|
||||
more = { priority = "-1"; alignment = "right"; };
|
||||
barend = { priority = "100"; alignment = "right"; };
|
||||
};
|
||||
disabled = "yes";
|
||||
};
|
||||
|
||||
window_inact = {
|
||||
|
||||
type = "window";
|
||||
placement = "bottom";
|
||||
position = "1";
|
||||
visible = "inactive";
|
||||
|
||||
items = {
|
||||
barstart = { priority = "100"; };
|
||||
window = { };
|
||||
window_empty = { };
|
||||
more = { priority = "-1"; alignment = "right"; };
|
||||
barend = { priority = "100"; alignment = "right"; };
|
||||
};
|
||||
};
|
||||
|
||||
prompt = {
|
||||
|
||||
type = "root";
|
||||
type = "root";
|
||||
placement = "bottom";
|
||||
position = "100";
|
||||
visible = "always";
|
||||
|
||||
position = "100";
|
||||
visible = "active";
|
||||
items = {
|
||||
prompt = { priority = "-1"; };
|
||||
prompt = { priority = "-1"; };
|
||||
prompt_empty = { priority = "-1"; };
|
||||
input = { priority = "10"; };
|
||||
input = { priority = "10"; };
|
||||
};
|
||||
};
|
||||
|
||||
topic = {
|
||||
|
||||
type = "root";
|
||||
type = "root";
|
||||
placement = "top";
|
||||
position = "1";
|
||||
visible = "always";
|
||||
|
||||
position = "1";
|
||||
visible = "always";
|
||||
items = {
|
||||
topicbarstart = { priority = "100"; };
|
||||
topic = { };
|
||||
topic_empty = { };
|
||||
topicbarend = { priority = "100"; alignment = "right"; };
|
||||
topic = { };
|
||||
topic_empty = { };
|
||||
topicbarend = { priority = "100"; alignment = "right"; };
|
||||
};
|
||||
};
|
||||
info1 = {
|
||||
items = { user = { }; window = { }; };
|
||||
position = "10";
|
||||
placement = "bottom";
|
||||
};
|
||||
info2 = {
|
||||
items = {
|
||||
time = { };
|
||||
more = { };
|
||||
act = { };
|
||||
lag = { };
|
||||
};
|
||||
position = "0";
|
||||
};
|
||||
add = { disabled = "yes"; };
|
||||
window1 = { disabled = "yes"; };
|
||||
};
|
||||
};
|
||||
|
||||
settings = {
|
||||
core = {
|
||||
nick = "irssip_user";
|
||||
hostname = "0.0.0.0";
|
||||
timestamp_format = "%H:%M:%S";
|
||||
override_coredump_limit = "no";
|
||||
resolve_prefer_ipv6 = "no";
|
||||
server_reconnect_time = "300";
|
||||
recode_out_default_charset = "utf8";
|
||||
recode_autodetect_utf8 = "yes";
|
||||
recode_fallback = "ISO-8859-2";
|
||||
recode_transliterate = "yes";
|
||||
recode = "yes";
|
||||
real_name = "Irssip User";
|
||||
user_name = "irssip";
|
||||
};
|
||||
"irc/core" = {
|
||||
lag_check_time = "5s";
|
||||
ctcp_version_reply = "";
|
||||
skip_motd = "no";
|
||||
lag_max_before_disconnect = "300";
|
||||
cmds_max_at_once = "10";
|
||||
};
|
||||
"fe-common/core" = {
|
||||
activity_hide_level = "KICK MODE TOPIC NICK QUIT CLIENTNOTICE CLIENTCRAP SNOTICE JOIN PART CRAP";
|
||||
timestamps = "yes";
|
||||
timestamp_level = "ALL";
|
||||
hilight_color = "%M";
|
||||
autolog = "yes";
|
||||
autolog_path = "~/.irssip/logs/$tag/$0.log";
|
||||
term_charset = "UTF-8";
|
||||
use_status_window = "no";
|
||||
hilight_nick_matches = "yes";
|
||||
hilight_nick_matches_everywhere = "yes";
|
||||
window_auto_change = "yes";
|
||||
print_active_channel = "yes";
|
||||
};
|
||||
"fe-text" = {
|
||||
lag_min_show = "1s";
|
||||
scrollback_lines = "2000";
|
||||
paste_verify_line_count = "2";
|
||||
term_force_colors = "no";
|
||||
colors = "yes";
|
||||
actlist_sort = "refnum";
|
||||
colors_ansi_24bit = "yes";
|
||||
};
|
||||
lookandfeel = {
|
||||
sidepanel_left = "yes";
|
||||
sidepanel_right = "yes";
|
||||
sidepanel_left_width = "20";
|
||||
sidepanel_right_width = "16";
|
||||
sidepanel_debug = "no";
|
||||
sidepanel_right_auto_hide = "yes";
|
||||
};
|
||||
"fe-common/irc" = {
|
||||
print_whois_rpl_in_active_window = "yes";
|
||||
};
|
||||
};
|
||||
|
||||
hilights = (
|
||||
{ text = ""; nick = "yes"; word = "yes"; }
|
||||
);
|
||||
|
||||
logs = { };
|
||||
|
||||
ignores = ( );
|
||||
|
||||
# Set default window name to Notices
|
||||
windows = {
|
||||
1 = { name = "Notices"; };
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue