2000-05-04 06:32:42 -04:00
|
|
|
servers = (
|
|
|
|
{ address = "irc.funet.fi"; ircnet = IRCNet; port = 6667; },
|
|
|
|
{ address = "irc.efnet.net"; ircnet = EFNet; port = 6667; },
|
|
|
|
{ address = "irc.undernet.net"; ircnet = Undernet; port = 6667; },
|
|
|
|
{ address = "irc.dal.net"; ircnet = DALNet; port = 6667; },
|
|
|
|
{ address = "irc.openprojects.net"; ircnet = OPN; port = 6667; },
|
|
|
|
{ address = "irc.ptlink.net"; ircnet = PTlink; port = 6667; }
|
2000-04-14 07:27:14 -04:00
|
|
|
);
|
1999-09-03 10:27:29 -04:00
|
|
|
|
2000-04-14 07:27:14 -04:00
|
|
|
ircnets = (
|
2000-05-04 06:32:42 -04:00
|
|
|
{ name = IRCNet; max_kicks = 4; max_modes = 3; max_msgs = 5; max_whois = 4; },
|
|
|
|
{ name = EFNet; max_kicks = 4; max_modes = 4; max_msgs = 3; },
|
|
|
|
{ name = Undernet; max_kicks = 4; max_modes = 3; max_msgs = 3; },
|
|
|
|
{ name = DALNet; max_kicks = 4; max_modes = 6; max_msgs = 3; },
|
|
|
|
{ name = OPN; max_kicks = 1; max_modes = 6; max_msgs = 100; },
|
|
|
|
{ name = PTlink; max_kicks = 1; max_modes = 6; max_msgs = 100; }
|
2000-04-14 07:27:14 -04:00
|
|
|
);
|
1999-09-03 10:27:29 -04:00
|
|
|
|
2000-04-14 07:27:14 -04:00
|
|
|
channels = (
|
|
|
|
{
|
|
|
|
name = "#irssi";
|
|
|
|
ircnet = ircnet;
|
|
|
|
autojoin = No;
|
2000-04-27 07:44:55 -04:00
|
|
|
},
|
|
|
|
{
|
|
|
|
name = "#irssi";
|
|
|
|
ircnet = efnet;
|
|
|
|
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 = {
|
|
|
|
J = "join";
|
|
|
|
LEAVE = "part";
|
|
|
|
BYE = "quit";
|
|
|
|
EXIT = "quit";
|
|
|
|
SIGNOFF = "quit";
|
|
|
|
DESCRIBE = "action";
|
|
|
|
DATE = "time";
|
|
|
|
HOST = "userhost";
|
|
|
|
LAST = "lastlog";
|
|
|
|
SAY = "msg *";
|
|
|
|
WI = "whois";
|
|
|
|
WII = "whois $0 $0";
|
|
|
|
WW = "whowas";
|
|
|
|
W = "who $C";
|
|
|
|
N = "names $C";
|
|
|
|
M = "msg";
|
|
|
|
T = "topic";
|
|
|
|
C = "clear";
|
|
|
|
CL = "clear";
|
|
|
|
K = "kick";
|
|
|
|
KB = "kickban";
|
|
|
|
KN = "knockout";
|
2000-04-27 07:44:55 -04:00
|
|
|
BANS = "ban";
|
2000-04-26 04:10:09 -04:00
|
|
|
B = "ban";
|
2000-04-27 07:44:55 -04:00
|
|
|
MUB = "unban *";
|
2000-04-26 04:10:09 -04:00
|
|
|
UB = "unban";
|
|
|
|
IG = "ignore";
|
|
|
|
UNIG = "unignore";
|
|
|
|
SB = "scrollback";
|
|
|
|
UMODE = "mode $N";
|
2000-04-27 07:44:55 -04:00
|
|
|
WC = "window close";
|
|
|
|
WN = "window new";
|
2000-04-26 04:10:09 -04:00
|
|
|
};
|
2000-05-04 06:32:42 -04:00
|
|
|
|
2000-04-14 07:27:14 -04:00
|
|
|
popups = (
|
2000-05-04 06:32:42 -04:00
|
|
|
{ label = "<MULTICOMMA>Whois"; command = "/whois %s"; },
|
|
|
|
{ label = "DCC Send File"; command = "/dcc send %s"; },
|
|
|
|
{ label = "Open DCC Chat"; command = "/dcc chat %s"; },
|
|
|
|
{ label = Query; command = "/query %s"; },
|
|
|
|
{ label = "<MENU><OP>"; command = "Op"; },
|
|
|
|
{ label = "<MULTI>Op"; command = "/op %s"; },
|
|
|
|
{ label = "<MULTI>Deop"; command = "/deop %s"; },
|
|
|
|
{ label = "<MULTI>Voice"; command = "/voice %s"; },
|
|
|
|
{ label = "<MULTI>Devoice"; command = "/devoice %s"; },
|
|
|
|
{ label = "<KICK>Kick"; command = "/kick %s %s"; },
|
|
|
|
{ label = "<MULTI>Ban"; command = "/ban %s"; },
|
|
|
|
{ label = "<KICK>Kick+ban"; command = "/kickban %s %s"; },
|
|
|
|
{ label = "<KICK>Knockout"; command = "/knockout %s %s"; },
|
|
|
|
{ label = "</MENU>"; command = ""; },
|
|
|
|
{ label = "<MENU>"; command = "CTCP"; },
|
|
|
|
{ label = Ping; command = "/ping %s"; },
|
|
|
|
{ label = Version; command = "/ver %s"; },
|
|
|
|
{ label = "</MENU>"; command = ""; }
|
2000-04-14 07:27:14 -04:00
|
|
|
);
|