2001-07-28 21:48:42 -04:00
|
|
|
servers = (
|
2014-07-05 18:57:37 -04:00
|
|
|
{ address = "irc.dal.net"; chatnet = "DALnet"; port = "6667"; },
|
2021-04-07 16:18:05 -04:00
|
|
|
{ address = "ssl.efnet.org"; chatnet = "EFNet"; port = "9999"; use_tls = "yes"; tls_verify = "no"; },
|
2016-10-16 07:48:43 -04:00
|
|
|
{ address = "irc.esper.net"; chatnet = "EsperNet"; port = "6697"; use_tls = "yes"; tls_verify = "yes"; },
|
2021-05-19 15:51:39 -04:00
|
|
|
{ address = "irc.libera.chat"; chatnet = "liberachat";port = "6697"; use_tls = "yes"; tls_verify = "yes"; },
|
2014-07-05 18:30:59 -04:00
|
|
|
{ address = "irc.gamesurge.net"; chatnet = "GameSurge"; port = "6667"; },
|
2021-04-07 16:18:05 -04:00
|
|
|
{ address = "ssl.ircnet.ovh"; chatnet = "IRCnet"; port = "6697"; use_tls = "yes"; tls_verify = "yes"; },
|
2014-07-05 18:57:37 -04: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 07:48:43 -04:00
|
|
|
{ address = "irc.oftc.net"; chatnet = "OFTC"; port = "6697"; use_tls = "yes"; tls_verify = "yes"; },
|
2014-07-05 18:57:37 -04:00
|
|
|
{ address = "irc.quakenet.org"; chatnet = "QuakeNet"; port = "6667"; },
|
2016-10-16 07:48:43 -04:00
|
|
|
{ address = "irc.rizon.net"; chatnet = "Rizon"; port = "6697"; use_tls = "yes"; tls_verify = "yes"; },
|
2014-07-05 18:57:37 -04:00
|
|
|
{ address = "silc.silcnet.org"; chatnet = "SILC"; port = "706"; },
|
|
|
|
{ address = "irc.undernet.org"; chatnet = "Undernet"; port = "6667"; }
|
2000-04-14 07:27:14 -04:00
|
|
|
);
|
1999-09-03 10:27:29 -04:00
|
|
|
|
2001-02-17 14:44:22 -05:00
|
|
|
chatnets = {
|
2014-07-05 18:30:59 -04:00
|
|
|
DALnet = {
|
2014-07-05 18:57:37 -04:00
|
|
|
type = "IRC";
|
2002-02-17 04:47:51 -05:00
|
|
|
max_kicks = "4";
|
2014-07-05 18:57:37 -04:00
|
|
|
max_msgs = "20";
|
2014-07-05 18:30:59 -04:00
|
|
|
max_whois = "30";
|
|
|
|
};
|
2002-05-15 20:34:37 -04:00
|
|
|
EFNet = {
|
2014-07-05 18:57:37 -04:00
|
|
|
type = "IRC";
|
|
|
|
max_kicks = "1";
|
|
|
|
max_msgs = "4";
|
2002-04-04 21:43:48 -05:00
|
|
|
max_whois = "1";
|
2002-02-17 04:47:51 -05:00
|
|
|
};
|
2014-07-05 18:30:59 -04:00
|
|
|
EsperNet = {
|
2014-07-05 18:57:37 -04:00
|
|
|
type = "IRC";
|
2014-07-05 18:30:59 -04:00
|
|
|
max_kicks = "1";
|
2014-07-05 18:57:37 -04:00
|
|
|
max_msgs = "4";
|
|
|
|
max_whois = "1";
|
2014-07-05 18:30:59 -04:00
|
|
|
};
|
2021-05-19 15:51:39 -04:00
|
|
|
liberachat = {
|
2014-07-05 18:57:37 -04:00
|
|
|
type = "IRC";
|
2010-08-14 17:28:42 -04:00
|
|
|
max_kicks = "1";
|
2014-07-05 18:57:37 -04:00
|
|
|
max_msgs = "4";
|
2010-08-14 17:28:42 -04:00
|
|
|
max_whois = "1";
|
|
|
|
};
|
2014-07-05 18:30:59 -04:00
|
|
|
GameSurge = {
|
2014-07-05 18:57:37 -04:00
|
|
|
type = "IRC";
|
2005-10-30 15:04:12 -05:00
|
|
|
max_kicks = "1";
|
2014-07-05 18:57:37 -04:00
|
|
|
max_msgs = "1";
|
|
|
|
max_whois = "1";
|
2002-02-17 04:47:51 -05:00
|
|
|
};
|
2014-07-05 18:30:59 -04:00
|
|
|
IRCnet = {
|
2014-07-05 18:57:37 -04:00
|
|
|
type = "IRC";
|
|
|
|
max_kicks = "1";
|
|
|
|
max_msgs = "1";
|
|
|
|
max_whois = "1";
|
|
|
|
};
|
|
|
|
IRCSource = {
|
|
|
|
type = "IRC";
|
|
|
|
max_kicks = "1";
|
|
|
|
max_msgs = "4";
|
|
|
|
max_whois = "1";
|
2002-03-22 16:29:28 -05:00
|
|
|
};
|
2014-07-05 18:30:59 -04:00
|
|
|
NetFuze = {
|
2014-07-05 18:57:37 -04:00
|
|
|
type = "IRC";
|
2008-06-18 17:52:36 -04:00
|
|
|
max_kicks = "1";
|
2014-07-05 18:57:37 -04:00
|
|
|
max_msgs = "1";
|
|
|
|
max_whois = "1";
|
2008-06-18 17:52:36 -04:00
|
|
|
};
|
2014-07-05 18:30:59 -04:00
|
|
|
OFTC = {
|
2014-07-05 18:57:37 -04:00
|
|
|
type = "IRC";
|
2008-06-18 17:52:36 -04:00
|
|
|
max_kicks = "1";
|
2014-07-05 18:57:37 -04:00
|
|
|
max_msgs = "1";
|
|
|
|
max_whois = "1";
|
2008-06-18 17:52:36 -04:00
|
|
|
};
|
2014-07-05 18:30:59 -04:00
|
|
|
QuakeNet = {
|
2014-07-05 18:57:37 -04:00
|
|
|
type = "IRC";
|
2008-06-18 17:52:36 -04:00
|
|
|
max_kicks = "1";
|
2014-07-05 18:57:37 -04:00
|
|
|
max_msgs = "1";
|
|
|
|
max_whois = "1";
|
2008-06-18 17:52:36 -04:00
|
|
|
};
|
|
|
|
Rizon = {
|
2014-07-05 18:57:37 -04:00
|
|
|
type = "IRC";
|
2008-06-18 17:52:36 -04:00
|
|
|
max_kicks = "1";
|
2014-07-05 18:57:37 -04:00
|
|
|
max_msgs = "1";
|
|
|
|
max_whois = "1";
|
|
|
|
};
|
|
|
|
SILC = {
|
|
|
|
type = "SILC";
|
2008-06-18 17:52:36 -04:00
|
|
|
};
|
2014-07-05 18:30:59 -04:00
|
|
|
Undernet = {
|
2014-07-05 18:57:37 -04:00
|
|
|
type = "IRC";
|
2008-06-18 17:52:36 -04:00
|
|
|
max_kicks = "1";
|
2014-07-05 18:57:37 -04:00
|
|
|
max_msgs = "1";
|
|
|
|
max_whois = "1";
|
2008-06-18 17:52:36 -04:00
|
|
|
};
|
2000-06-04 12:01:19 -04:00
|
|
|
};
|
1999-09-03 10:27:29 -04:00
|
|
|
|
2000-04-14 07:27:14 -04:00
|
|
|
channels = (
|
2014-07-30 16:21:37 -04:00
|
|
|
{ name = "#lobby"; chatnet = "EsperNet"; autojoin = "No"; },
|
2021-05-19 15:51:39 -04:00
|
|
|
{ name = "#libera"; chatnet = "liberachat";autojoin = "No"; },
|
|
|
|
{ name = "#irssi"; chatnet = "liberachat";autojoin = "No"; },
|
2014-07-30 16:21:37 -04: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 07:27:14 -04:00
|
|
|
);
|
2000-05-04 06:32:42 -04:00
|
|
|
|
2000-04-26 04:10:09 -04:00
|
|
|
aliases = {
|
2014-07-05 20:45:33 -04:00
|
|
|
ATAG = "WINDOW SERVER";
|
2020-05-21 04:14:16 -04:00
|
|
|
ADDALLCHANS = "SCRIPT EXEC foreach my \\$channel (Irssi::channels()) { Irssi::command(\"CHANNEL ADD -auto \\$channel->{visible_name} \\$channel->{server}->{tag} \\$channel->{key}\")\\;}";
|
2014-07-05 20:45:33 -04: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 04:20:33 -04:00
|
|
|
CS = "QUOTE CS";
|
2014-07-05 20:45:33 -04:00
|
|
|
DATE = "TIME";
|
2014-07-01 15:27:59 -04:00
|
|
|
DEHIGHLIGHT = "DEHILIGHT";
|
2014-07-05 20:45:33 -04: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 05:18:32 -04:00
|
|
|
J = "JOIN";
|
2014-07-05 20:45:33 -04:00
|
|
|
K = "KICK";
|
|
|
|
KB = "KICKBAN";
|
|
|
|
KN = "KNOCKOUT";
|
|
|
|
LAST = "LASTLOG";
|
|
|
|
LEAVE = "PART";
|
|
|
|
M = "MSG";
|
2021-05-20 04:20:33 -04:00
|
|
|
MS = "QUOTE MS";
|
2014-07-05 20:45:33 -04:00
|
|
|
MUB = "UNBAN *";
|
|
|
|
N = "NAMES";
|
|
|
|
NMSG = "^MSG";
|
2021-05-20 04:20:33 -04:00
|
|
|
NS = "QUOTE NS";
|
|
|
|
OS = "QUOTE OS";
|
2014-07-07 05:18:32 -04:00
|
|
|
P = "PART";
|
2014-07-05 20:45:33 -04:00
|
|
|
Q = "QUERY";
|
|
|
|
RESET = "SET -default";
|
|
|
|
RUN = "SCRIPT LOAD";
|
|
|
|
SAY = "MSG *";
|
|
|
|
SB = "SCROLLBACK";
|
|
|
|
SBAR = "STATUSBAR";
|
2022-04-24 09:40:20 -04:00
|
|
|
SHELP = "QUOTE HELP";
|
2014-07-05 20:45:33 -04:00
|
|
|
SIGNOFF = "QUIT";
|
2018-01-16 10:23:54 -05:00
|
|
|
SV = "MSG * Irssi $J ($V) - https://irssi.org";
|
2014-07-05 20:45:33 -04:00
|
|
|
T = "TOPIC";
|
|
|
|
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 04:10:09 -04:00
|
|
|
};
|
2001-10-13 12:10:19 -04:00
|
|
|
|
|
|
|
statusbar = {
|
|
|
|
|
|
|
|
items = {
|
2014-07-05 20:45:33 -04:00
|
|
|
|
2001-10-21 13:27:43 -04:00
|
|
|
barstart = "{sbstart}";
|
2014-07-05 20:45:33 -04:00
|
|
|
barend = "{sbend}";
|
2001-10-21 13:27:43 -04:00
|
|
|
|
2002-08-09 11:49:40 -04:00
|
|
|
topicbarstart = "{topicsbstart}";
|
2014-07-05 20:45:33 -04:00
|
|
|
topicbarend = "{topicsbend}";
|
2002-08-09 11:49:40 -04:00
|
|
|
|
2001-10-13 12:10:19 -04:00
|
|
|
time = "{sb $Z}";
|
2002-12-23 05:08:10 -05:00
|
|
|
user = "{sb {sbnickmode $cumode}$N{sbmode $usermode}{sbaway $A}}";
|
2001-10-13 12:10:19 -04:00
|
|
|
|
2014-07-05 20:45:33 -04:00
|
|
|
window = "{sb $winref:$tag/$itemname{sbmode $M}}";
|
2001-10-13 12:10:19 -04:00
|
|
|
window_empty = "{sb $winref{sbservertag $tag}}";
|
2014-07-05 20:45:33 -04:00
|
|
|
|
|
|
|
prompt = "{prompt $[.15]itemname}";
|
2001-10-21 13:27:43 -04:00
|
|
|
prompt_empty = "{prompt $winname}";
|
2014-07-05 20:45:33 -04:00
|
|
|
|
|
|
|
topic = " $topic";
|
2018-01-16 10:23:54 -05:00
|
|
|
topic_empty = " Irssi v$J - https://irssi.org";
|
2001-10-13 12:10:19 -04:00
|
|
|
|
2014-07-05 20:45:33 -04:00
|
|
|
lag = "{sb Lag: $0-}";
|
|
|
|
act = "{sb Act: $0-}";
|
2001-10-13 12:10:19 -04:00
|
|
|
more = "-- more --";
|
|
|
|
};
|
|
|
|
|
|
|
|
default = {
|
2014-07-05 20:45:33 -04:00
|
|
|
|
2001-10-13 12:10:19 -04:00
|
|
|
window = {
|
2002-02-16 05:46:35 -05:00
|
|
|
|
2014-07-05 20:45:33 -04:00
|
|
|
disabled = "no";
|
|
|
|
type = "window";
|
2001-10-13 12:10:19 -04:00
|
|
|
placement = "bottom";
|
2014-07-05 20:45:33 -04:00
|
|
|
position = "1";
|
|
|
|
visible = "active";
|
2001-10-13 12:10:19 -04:00
|
|
|
|
|
|
|
items = {
|
2014-07-05 20:45:33 -04:00
|
|
|
barstart = { priority = "100"; };
|
|
|
|
time = { };
|
|
|
|
user = { };
|
|
|
|
window = { };
|
2001-10-13 12:10:19 -04:00
|
|
|
window_empty = { };
|
2014-07-05 20:45:33 -04:00
|
|
|
lag = { priority = "-1"; };
|
|
|
|
act = { priority = "10"; };
|
|
|
|
more = { priority = "-1"; alignment = "right"; };
|
|
|
|
barend = { priority = "100"; alignment = "right"; };
|
2001-10-13 12:10:19 -04:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
window_inact = {
|
2014-07-05 20:45:33 -04:00
|
|
|
|
|
|
|
type = "window";
|
2001-10-13 12:10:19 -04:00
|
|
|
placement = "bottom";
|
2014-07-05 20:45:33 -04:00
|
|
|
position = "1";
|
|
|
|
visible = "inactive";
|
|
|
|
|
2001-10-21 13:27:43 -04:00
|
|
|
items = {
|
2014-07-05 20:45:33 -04:00
|
|
|
barstart = { priority = "100"; };
|
|
|
|
window = { };
|
2002-02-17 04:47:51 -05:00
|
|
|
window_empty = { };
|
2014-07-05 20:45:33 -04:00
|
|
|
more = { priority = "-1"; alignment = "right"; };
|
|
|
|
barend = { priority = "100"; alignment = "right"; };
|
2001-10-21 13:27:43 -04:00
|
|
|
};
|
2001-10-13 12:10:19 -04:00
|
|
|
};
|
|
|
|
|
|
|
|
prompt = {
|
2014-07-05 20:45:33 -04:00
|
|
|
|
|
|
|
type = "root";
|
2001-10-13 12:10:19 -04:00
|
|
|
placement = "bottom";
|
2014-07-05 20:45:33 -04:00
|
|
|
position = "100";
|
|
|
|
visible = "always";
|
|
|
|
|
2001-10-13 12:10:19 -04:00
|
|
|
items = {
|
2014-07-05 20:45:33 -04:00
|
|
|
prompt = { priority = "-1"; };
|
2001-10-13 12:10:19 -04:00
|
|
|
prompt_empty = { priority = "-1"; };
|
2014-07-05 20:45:33 -04:00
|
|
|
input = { priority = "10"; };
|
2001-10-13 12:10:19 -04:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
topic = {
|
2014-07-05 20:45:33 -04:00
|
|
|
|
|
|
|
type = "root";
|
2001-10-13 12:10:19 -04:00
|
|
|
placement = "top";
|
2014-07-05 20:45:33 -04:00
|
|
|
position = "1";
|
|
|
|
visible = "always";
|
|
|
|
|
2001-10-21 13:27:43 -04:00
|
|
|
items = {
|
2002-08-09 11:49:40 -04:00
|
|
|
topicbarstart = { priority = "100"; };
|
2014-07-05 20:45:33 -04:00
|
|
|
topic = { };
|
|
|
|
topic_empty = { };
|
|
|
|
topicbarend = { priority = "100"; alignment = "right"; };
|
2001-10-21 13:27:43 -04:00
|
|
|
};
|
2001-10-13 12:10:19 -04:00
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|