IRSSI: autologin bitlbee
This commit is contained in:
parent
a9504e52a3
commit
31242ba856
1 changed files with 15 additions and 6 deletions
21
irssi/config
21
irssi/config
|
@ -2,13 +2,13 @@ servers = (
|
|||
{ address = "eu.irc6.net"; chatnet = "IRCnet"; port = "6667"; },
|
||||
{ address = "open.ircnet.net"; chatnet = "IRCnet"; port = "6667"; },
|
||||
{ address = "irc.efnet.org"; chatnet = "EFNet"; port = "6667"; },
|
||||
{
|
||||
{
|
||||
address = "irc.undernet.org";
|
||||
chatnet = "Undernet";
|
||||
port = "6667";
|
||||
},
|
||||
{ address = "irc.dal.net"; chatnet = "DALnet"; port = "6667"; },
|
||||
{
|
||||
{
|
||||
address = "irc.quakenet.org";
|
||||
chatnet = "QuakeNet";
|
||||
port = "6667";
|
||||
|
@ -22,7 +22,15 @@ servers = (
|
|||
{ address = "irc.webchat.org"; chatnet = "WebChat"; port = "6667"; },
|
||||
{ address = "irc.rizon.net"; chatnet = "Rizon"; port = "6667"; },
|
||||
{ address = "irc.link-net.org"; chatnet = "LinkNet"; port = "6667"; },
|
||||
{ address = "silc.silcnet.org"; chatnet = "SILC"; port = "706"; }
|
||||
{ address = "silc.silcnet.org"; chatnet = "SILC"; port = "706"; },
|
||||
{
|
||||
address = "localhost";
|
||||
chatnet = "Bitlbee";
|
||||
port = "6667";
|
||||
use_ssl = "no";
|
||||
ssl_verify = "no";
|
||||
autoconnect = "yes";
|
||||
}
|
||||
);
|
||||
|
||||
chatnets = {
|
||||
|
@ -33,7 +41,7 @@ chatnets = {
|
|||
max_whois = "4";
|
||||
max_query_chans = "5";
|
||||
};
|
||||
EFNet = {
|
||||
EFNet = {
|
||||
type = "IRC";
|
||||
max_kicks = "4";
|
||||
max_msgs = "3";
|
||||
|
@ -57,7 +65,7 @@ chatnets = {
|
|||
max_msgs = "3";
|
||||
max_whois = "30";
|
||||
};
|
||||
OFTC = {
|
||||
OFTC = {
|
||||
type = "IRC";
|
||||
max_kicks = "1";
|
||||
max_msgs = "3";
|
||||
|
@ -75,7 +83,7 @@ chatnets = {
|
|||
max_msgs = "3";
|
||||
max_whois = "30";
|
||||
};
|
||||
Rizon = {
|
||||
Rizon = {
|
||||
type = "IRC";
|
||||
max_kicks = "1";
|
||||
max_msgs = "3";
|
||||
|
@ -88,6 +96,7 @@ chatnets = {
|
|||
max_whois = "30";
|
||||
};
|
||||
SILC = { type = "SILC"; };
|
||||
Bitlbee = { type = "IRC"; autosendcmd = "/msg &bitlbee identify tomtom"; };
|
||||
};
|
||||
|
||||
channels = (
|
||||
|
|
Loading…
Reference in a new issue