2001-07-29 01:48:42 +00:00
|
|
|
|
servers = (
|
2014-07-06 00:57:37 +02:00
|
|
|
|
{ address = "irc.dal.net"; chatnet = "DALnet"; port = "6667"; },
|
2021-04-07 22:18:05 +02:00
|
|
|
|
{ address = "ssl.efnet.org"; chatnet = "EFNet"; port = "9999"; use_tls = "yes"; tls_verify = "no"; },
|
2016-10-16 13:48:43 +02:00
|
|
|
|
{ address = "irc.esper.net"; chatnet = "EsperNet"; port = "6697"; use_tls = "yes"; tls_verify = "yes"; },
|
2021-05-19 21:51:39 +02:00
|
|
|
|
{ address = "irc.libera.chat"; chatnet = "liberachat";port = "6697"; use_tls = "yes"; tls_verify = "yes"; },
|
2014-07-06 00:30:59 +02:00
|
|
|
|
{ address = "irc.gamesurge.net"; chatnet = "GameSurge"; port = "6667"; },
|
2021-04-07 22:18:05 +02:00
|
|
|
|
{ address = "ssl.ircnet.ovh"; chatnet = "IRCnet"; port = "6697"; use_tls = "yes"; tls_verify = "yes"; },
|
2014-07-06 00:57:37 +02:00
|
|
|
|
{ address = "open.ircnet.net"; chatnet = "IRCnet"; port = "6667"; },
|
|
|
|
|
|
{ address = "irc.ircsource.net"; chatnet = "IRCSource"; port = "6667"; },
|
|
|
|
|
|
{ address = "irc.netfuze.net"; chatnet = "NetFuze"; port = "6667"; },
|
2016-10-16 13:48:43 +02:00
|
|
|
|
{ address = "irc.oftc.net"; chatnet = "OFTC"; port = "6697"; use_tls = "yes"; tls_verify = "yes"; },
|
2014-07-06 00:57:37 +02:00
|
|
|
|
{ address = "irc.quakenet.org"; chatnet = "QuakeNet"; port = "6667"; },
|
2016-10-16 13:48:43 +02:00
|
|
|
|
{ address = "irc.rizon.net"; chatnet = "Rizon"; port = "6697"; use_tls = "yes"; tls_verify = "yes"; },
|
2014-07-06 00:57:37 +02:00
|
|
|
|
{ address = "silc.silcnet.org"; chatnet = "SILC"; port = "706"; },
|
|
|
|
|
|
{ address = "irc.undernet.org"; chatnet = "Undernet"; port = "6667"; }
|
2000-04-14 11:27:14 +00:00
|
|
|
|
);
|
1999-09-03 14:27:29 +00:00
|
|
|
|
|
2001-02-17 19:44:22 +00:00
|
|
|
|
chatnets = {
|
2014-07-06 00:30:59 +02:00
|
|
|
|
DALnet = {
|
2014-07-06 00:57:37 +02:00
|
|
|
|
type = "IRC";
|
2002-02-17 09:47:51 +00:00
|
|
|
|
max_kicks = "4";
|
2014-07-06 00:57:37 +02:00
|
|
|
|
max_msgs = "20";
|
2014-07-06 00:30:59 +02:00
|
|
|
|
max_whois = "30";
|
2025-08-22 22:28:05 +02:00
|
|
|
|
};
|
2002-05-16 00:34:37 +00:00
|
|
|
|
EFNet = {
|
2014-07-06 00:57:37 +02:00
|
|
|
|
type = "IRC";
|
|
|
|
|
|
max_kicks = "1";
|
|
|
|
|
|
max_msgs = "4";
|
2002-04-05 02:43:48 +00:00
|
|
|
|
max_whois = "1";
|
2002-02-17 09:47:51 +00:00
|
|
|
|
};
|
2014-07-06 00:30:59 +02:00
|
|
|
|
EsperNet = {
|
2014-07-06 00:57:37 +02:00
|
|
|
|
type = "IRC";
|
2014-07-06 00:30:59 +02:00
|
|
|
|
max_kicks = "1";
|
2014-07-06 00:57:37 +02:00
|
|
|
|
max_msgs = "4";
|
|
|
|
|
|
max_whois = "1";
|
2014-07-06 00:30:59 +02:00
|
|
|
|
};
|
2021-05-19 21:51:39 +02:00
|
|
|
|
liberachat = {
|
2014-07-06 00:57:37 +02:00
|
|
|
|
type = "IRC";
|
2010-08-14 21:28:42 +00:00
|
|
|
|
max_kicks = "1";
|
2014-07-06 00:57:37 +02:00
|
|
|
|
max_msgs = "4";
|
2010-08-14 21:28:42 +00:00
|
|
|
|
max_whois = "1";
|
|
|
|
|
|
};
|
2014-07-06 00:30:59 +02:00
|
|
|
|
GameSurge = {
|
2014-07-06 00:57:37 +02:00
|
|
|
|
type = "IRC";
|
2005-10-30 20:04:12 +00:00
|
|
|
|
max_kicks = "1";
|
2014-07-06 00:57:37 +02:00
|
|
|
|
max_msgs = "1";
|
|
|
|
|
|
max_whois = "1";
|
2002-02-17 09:47:51 +00:00
|
|
|
|
};
|
2014-07-06 00:30:59 +02:00
|
|
|
|
IRCnet = {
|
2014-07-06 00:57:37 +02:00
|
|
|
|
type = "IRC";
|
|
|
|
|
|
max_kicks = "1";
|
|
|
|
|
|
max_msgs = "1";
|
|
|
|
|
|
max_whois = "1";
|
|
|
|
|
|
};
|
|
|
|
|
|
IRCSource = {
|
|
|
|
|
|
type = "IRC";
|
|
|
|
|
|
max_kicks = "1";
|
|
|
|
|
|
max_msgs = "4";
|
|
|
|
|
|
max_whois = "1";
|
2014-07-06 00:30:59 +02:00
|
|
|
|
};
|
|
|
|
|
|
NetFuze = {
|
2014-07-06 00:57:37 +02:00
|
|
|
|
type = "IRC";
|
2002-02-17 09:47:51 +00:00
|
|
|
|
max_kicks = "1";
|
2014-07-06 00:57:37 +02:00
|
|
|
|
max_msgs = "1";
|
|
|
|
|
|
max_whois = "1";
|
2002-03-22 21:29:28 +00:00
|
|
|
|
};
|
2025-08-22 22:28:05 +02:00
|
|
|
|
OFTC = {
|
2014-07-06 00:57:37 +02:00
|
|
|
|
type = "IRC";
|
2008-06-18 21:52:36 +00:00
|
|
|
|
max_kicks = "1";
|
2014-07-06 00:57:37 +02:00
|
|
|
|
max_msgs = "1";
|
|
|
|
|
|
max_whois = "1";
|
2008-06-18 21:52:36 +00:00
|
|
|
|
};
|
2014-07-06 00:30:59 +02:00
|
|
|
|
QuakeNet = {
|
2014-07-06 00:57:37 +02:00
|
|
|
|
type = "IRC";
|
2008-06-18 21:52:36 +00:00
|
|
|
|
max_kicks = "1";
|
2014-07-06 00:57:37 +02:00
|
|
|
|
max_msgs = "1";
|
|
|
|
|
|
max_whois = "1";
|
2008-06-18 21:52:36 +00:00
|
|
|
|
};
|
|
|
|
|
|
Rizon = {
|
2014-07-06 00:57:37 +02:00
|
|
|
|
type = "IRC";
|
2008-06-18 21:52:36 +00:00
|
|
|
|
max_kicks = "1";
|
2014-07-06 00:57:37 +02:00
|
|
|
|
max_msgs = "1";
|
|
|
|
|
|
max_whois = "1";
|
|
|
|
|
|
};
|
|
|
|
|
|
SILC = {
|
|
|
|
|
|
type = "SILC";
|
2008-06-18 21:52:36 +00:00
|
|
|
|
};
|
2014-07-06 00:30:59 +02:00
|
|
|
|
Undernet = {
|
2014-07-06 00:57:37 +02:00
|
|
|
|
type = "IRC";
|
2008-06-18 21:52:36 +00:00
|
|
|
|
max_kicks = "1";
|
2014-07-06 00:57:37 +02:00
|
|
|
|
max_msgs = "1";
|
|
|
|
|
|
max_whois = "1";
|
2008-06-18 21:52:36 +00:00
|
|
|
|
};
|
2000-06-04 16:01:19 +00:00
|
|
|
|
};
|
1999-09-03 14:27:29 +00:00
|
|
|
|
|
2000-04-14 11:27:14 +00:00
|
|
|
|
channels = (
|
2014-07-30 22:21:37 +02:00
|
|
|
|
{ name = "#lobby"; chatnet = "EsperNet"; autojoin = "No"; },
|
2021-05-19 21:51:39 +02:00
|
|
|
|
{ name = "#libera"; chatnet = "liberachat";autojoin = "No"; },
|
|
|
|
|
|
{ name = "#irssi"; chatnet = "liberachat";autojoin = "No"; },
|
2014-07-30 22:21:37 +02:00
|
|
|
|
{ name = "#gamesurge"; chatnet = "GameSurge"; autojoin = "No"; },
|
|
|
|
|
|
{ name = "#irssi"; chatnet = "IRCNet"; autojoin = "No"; },
|
|
|
|
|
|
{ name = "#ircsource"; chatnet = "IRCSource"; autojoin = "No"; },
|
|
|
|
|
|
{ name = "#netfuze"; chatnet = "NetFuze"; autojoin = "No"; },
|
|
|
|
|
|
{ name = "#oftc"; chatnet = "OFTC"; autojoin = "No"; },
|
|
|
|
|
|
{ name = "silc"; chatnet = "SILC"; autojoin = "No"; }
|
2000-04-14 11:27:14 +00:00
|
|
|
|
);
|
2000-05-04 10:32:42 +00:00
|
|
|
|
|
2000-04-26 08:10:09 +00:00
|
|
|
|
aliases = {
|
2014-07-06 02:45:33 +02:00
|
|
|
|
ATAG = "WINDOW SERVER";
|
2020-05-21 11:14:16 +03:00
|
|
|
|
ADDALLCHANS = "SCRIPT EXEC foreach my \\$channel (Irssi::channels()) { Irssi::command(\"CHANNEL ADD -auto \\$channel->{visible_name} \\$channel->{server}->{tag} \\$channel->{key}\")\\;}";
|
2014-07-06 02:45:33 +02:00
|
|
|
|
B = "BAN";
|
|
|
|
|
|
BACK = "AWAY";
|
|
|
|
|
|
BANS = "BAN";
|
|
|
|
|
|
BYE = "QUIT";
|
|
|
|
|
|
C = "CLEAR";
|
|
|
|
|
|
CALC = "EXEC - if command -v bc >/dev/null 2>&1\\; then printf '%s=' '$*'\\; echo '$*' | bc -l\\; else echo bc was not found\\; fi";
|
|
|
|
|
|
CHAT = "DCC CHAT";
|
2021-05-20 10:20:33 +02:00
|
|
|
|
CS = "QUOTE CS";
|
2014-07-06 02:45:33 +02:00
|
|
|
|
DATE = "TIME";
|
2014-07-01 21:27:59 +02:00
|
|
|
|
DEHIGHLIGHT = "DEHILIGHT";
|
2014-07-06 02:45:33 +02:00
|
|
|
|
DESCRIBE = "ACTION";
|
|
|
|
|
|
DHL = "DEHILIGHT";
|
|
|
|
|
|
EXEMPTLIST = "MODE $C +e";
|
|
|
|
|
|
EXIT = "QUIT";
|
|
|
|
|
|
GOTO = "SCROLLBACK GOTO";
|
|
|
|
|
|
HIGHLIGHT = "HILIGHT";
|
|
|
|
|
|
HL = "HILIGHT";
|
|
|
|
|
|
HOST = "USERHOST";
|
|
|
|
|
|
INVITELIST = "MODE $C +I";
|
2014-07-07 11:18:32 +02:00
|
|
|
|
J = "JOIN";
|
2014-07-06 02:45:33 +02:00
|
|
|
|
K = "KICK";
|
|
|
|
|
|
KB = "KICKBAN";
|
|
|
|
|
|
KN = "KNOCKOUT";
|
|
|
|
|
|
LAST = "LASTLOG";
|
|
|
|
|
|
LEAVE = "PART";
|
|
|
|
|
|
M = "MSG";
|
2021-05-20 10:20:33 +02:00
|
|
|
|
MS = "QUOTE MS";
|
2014-07-06 02:45:33 +02:00
|
|
|
|
MUB = "UNBAN *";
|
|
|
|
|
|
N = "NAMES";
|
|
|
|
|
|
NMSG = "^MSG";
|
2021-05-20 10:20:33 +02:00
|
|
|
|
NS = "QUOTE NS";
|
|
|
|
|
|
OS = "QUOTE OS";
|
2014-07-07 11:18:32 +02:00
|
|
|
|
P = "PART";
|
2014-07-06 02:45:33 +02:00
|
|
|
|
Q = "QUERY";
|
|
|
|
|
|
RESET = "SET -default";
|
|
|
|
|
|
RUN = "SCRIPT LOAD";
|
|
|
|
|
|
SAY = "MSG *";
|
|
|
|
|
|
SB = "SCROLLBACK";
|
|
|
|
|
|
SBAR = "STATUSBAR";
|
2022-04-24 15:40:20 +02:00
|
|
|
|
SHELP = "QUOTE HELP";
|
2014-07-06 02:45:33 +02:00
|
|
|
|
SIGNOFF = "QUIT";
|
2018-01-16 15:23:54 +00:00
|
|
|
|
SV = "MSG * Irssi $J ($V) - https://irssi.org";
|
2025-08-22 22:28:05 +02:00
|
|
|
|
T = "TOPIC";
|
2014-07-06 02:45:33 +02:00
|
|
|
|
UB = "UNBAN";
|
|
|
|
|
|
UMODE = "MODE $N";
|
|
|
|
|
|
UNSET = "SET -clear";
|
|
|
|
|
|
W = "WHO";
|
|
|
|
|
|
WC = "WINDOW CLOSE";
|
|
|
|
|
|
WG = "WINDOW GOTO";
|
|
|
|
|
|
WJOIN = "JOIN -window";
|
|
|
|
|
|
WI = "WHOIS";
|
|
|
|
|
|
WII = "WHOIS $0 $0";
|
|
|
|
|
|
WL = "WINDOW LIST";
|
|
|
|
|
|
WN = "WINDOW NEW HIDDEN";
|
|
|
|
|
|
WQUERY = "QUERY -window";
|
|
|
|
|
|
WW = "WHOWAS";
|
2000-04-26 08:10:09 +00:00
|
|
|
|
};
|
2001-10-13 16:10:19 +00:00
|
|
|
|
|
|
|
|
|
|
statusbar = {
|
|
|
|
|
|
items = {
|
2001-10-21 17:27:43 +00:00
|
|
|
|
barstart = "{sbstart}";
|
2025-08-22 22:28:05 +02:00
|
|
|
|
barend = "{sbend}";
|
2002-08-09 15:49:40 +00:00
|
|
|
|
topicbarstart = "{topicsbstart}";
|
2025-08-22 22:28:05 +02:00
|
|
|
|
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";
|
2001-10-13 16:10:19 +00:00
|
|
|
|
window_empty = "{sb $winref{sbservertag $tag}}";
|
2025-08-22 22:28:05 +02:00
|
|
|
|
prompt = "%B⚡%N %k❮%B$itemname%k❯%N%C:%N ";
|
|
|
|
|
|
prompt_empty = "%k❮%B$winname%k❯%N ";
|
|
|
|
|
|
topic = "%WTopic%C:%W $topic";
|
2018-01-16 15:23:54 +00:00
|
|
|
|
topic_empty = " Irssi v$J - https://irssi.org";
|
2025-08-22 22:28:05 +02:00
|
|
|
|
lag = "{sb ⇉ %WL%wagging ⇋ %W: %R$0- }";
|
|
|
|
|
|
act = "{sb %WActive Windows%C: $0-}";
|
|
|
|
|
|
more = "%C-- %Wmore %C--";
|
2001-10-13 16:10:19 +00:00
|
|
|
|
};
|
|
|
|
|
|
default = {
|
|
|
|
|
|
window = {
|
2025-08-22 22:28:05 +02:00
|
|
|
|
type = "window";
|
2001-10-13 16:10:19 +00:00
|
|
|
|
placement = "bottom";
|
2025-08-22 22:28:05 +02:00
|
|
|
|
position = "0";
|
|
|
|
|
|
visible = "active";
|
2001-10-13 16:10:19 +00:00
|
|
|
|
items = {
|
2025-08-22 22:28:05 +02:00
|
|
|
|
barstart = { priority = "100"; };
|
|
|
|
|
|
time = { priority = "10"; };
|
|
|
|
|
|
more = { priority = "-1"; alignment = "right"; };
|
|
|
|
|
|
barend = { priority = "100"; alignment = "right"; };
|
2001-10-13 16:10:19 +00:00
|
|
|
|
};
|
2025-08-22 22:28:05 +02:00
|
|
|
|
disabled = "yes";
|
2001-10-13 16:10:19 +00:00
|
|
|
|
};
|
|
|
|
|
|
prompt = {
|
2025-08-22 22:28:05 +02:00
|
|
|
|
type = "root";
|
2001-10-13 16:10:19 +00:00
|
|
|
|
placement = "bottom";
|
2025-08-22 22:28:05 +02:00
|
|
|
|
position = "100";
|
|
|
|
|
|
visible = "active";
|
2001-10-13 16:10:19 +00:00
|
|
|
|
items = {
|
2025-08-22 22:28:05 +02:00
|
|
|
|
prompt = { priority = "-1"; };
|
2001-10-13 16:10:19 +00:00
|
|
|
|
prompt_empty = { priority = "-1"; };
|
2025-08-22 22:28:05 +02:00
|
|
|
|
input = { priority = "10"; };
|
2001-10-13 16:10:19 +00:00
|
|
|
|
};
|
|
|
|
|
|
};
|
|
|
|
|
|
topic = {
|
2025-08-22 22:28:05 +02:00
|
|
|
|
type = "root";
|
2001-10-13 16:10:19 +00:00
|
|
|
|
placement = "top";
|
2025-08-22 22:28:05 +02:00
|
|
|
|
position = "1";
|
|
|
|
|
|
visible = "always";
|
2001-10-21 17:27:43 +00:00
|
|
|
|
items = {
|
2002-08-09 15:49:40 +00:00
|
|
|
|
topicbarstart = { priority = "100"; };
|
2025-08-22 22:28:05 +02:00
|
|
|
|
topic = { };
|
|
|
|
|
|
topic_empty = { };
|
|
|
|
|
|
topicbarend = { priority = "100"; alignment = "right"; };
|
2001-10-21 17:27:43 +00:00
|
|
|
|
};
|
2001-10-13 16:10:19 +00:00
|
|
|
|
};
|
2025-08-22 22:28:05 +02:00
|
|
|
|
info1 = {
|
|
|
|
|
|
items = { user = { }; window = { }; };
|
|
|
|
|
|
position = "10";
|
|
|
|
|
|
placement = "bottom";
|
|
|
|
|
|
};
|
|
|
|
|
|
info2 = {
|
|
|
|
|
|
items = {
|
|
|
|
|
|
time = { };
|
|
|
|
|
|
more = { };
|
|
|
|
|
|
act = { };
|
|
|
|
|
|
lag = { };
|
|
|
|
|
|
};
|
|
|
|
|
|
position = "0";
|
|
|
|
|
|
};
|
|
|
|
|
|
add = { disabled = "yes"; };
|
|
|
|
|
|
window1 = { disabled = "yes"; };
|
2001-10-13 16:10:19 +00:00
|
|
|
|
};
|
|
|
|
|
|
};
|
2025-08-22 22:28:05 +02:00
|
|
|
|
|
|
|
|
|
|
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"; };
|
|
|
|
|
|
};
|