IRSSI: autologin bitlbee

This commit is contained in:
Tom Willemsen 2011-05-10 13:42:20 +02:00
parent a9504e52a3
commit 31242ba856

View file

@ -22,7 +22,15 @@ servers = (
{ address = "irc.webchat.org"; chatnet = "WebChat"; port = "6667"; }, { address = "irc.webchat.org"; chatnet = "WebChat"; port = "6667"; },
{ address = "irc.rizon.net"; chatnet = "Rizon"; port = "6667"; }, { address = "irc.rizon.net"; chatnet = "Rizon"; port = "6667"; },
{ address = "irc.link-net.org"; chatnet = "LinkNet"; 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 = { chatnets = {
@ -88,6 +96,7 @@ chatnets = {
max_whois = "30"; max_whois = "30";
}; };
SILC = { type = "SILC"; }; SILC = { type = "SILC"; };
Bitlbee = { type = "IRC"; autosendcmd = "/msg &bitlbee identify tomtom"; };
}; };
channels = ( channels = (