mirror of
https://github.com/irssi/irssi.git
synced 2024-10-27 05:20:20 -04:00
a6bfeb3a41
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@75 dbcabf3a-b0e7-0310-adc4-f8d773084564
57 lines
1.9 KiB
Plaintext
57 lines
1.9 KiB
Plaintext
{
|
|
setupservers = (
|
|
{server = irc.funet.fi;ircnet = ircnet;port = 6667;autoconnect = No;}
|
|
);
|
|
|
|
ircnets = ({name = ircnet;});
|
|
|
|
channels = (
|
|
{
|
|
name = "#irssi";
|
|
ircnet = ircnet;
|
|
autojoin = No;
|
|
}
|
|
);
|
|
aliases = (
|
|
{alias = J;command = "/join &1";},
|
|
{alias = LEAVE;command = "/part &1";},
|
|
{alias = BYE;command = "/quit &1";},
|
|
{alias = WI;command = "/whois &1";},
|
|
{alias = WII;command = "/whois %1 %1";},
|
|
{alias = WW;command = "/whowas &1";},
|
|
{alias = W;command = "/who *";},
|
|
{alias = N;command = "/names *";},
|
|
{alias = M;command = "/msg &1";},
|
|
{alias = T;command = "/topic &1";},
|
|
{alias = C;command = "/clear";},
|
|
{alias = CL;command = "/clear";},
|
|
{alias = K;command = "/kick &1";},
|
|
{alias = KB;command = "/kickban &1";},
|
|
{alias = KN;command = "/knockout &1";},
|
|
{alias = B;command = "/ban &1";},
|
|
{alias = UB;command = "/unban &1";},
|
|
{alias = IG;command = "/ignore &1";},
|
|
{alias = UNIG;command = "/unignore &1";}
|
|
);
|
|
popups = (
|
|
{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 = "";}
|
|
);
|
|
}
|