From 31242ba85682085f33d8aa2ac4bdd384e24bd2fa Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Tue, 10 May 2011 13:42:20 +0200 Subject: IRSSI: autologin bitlbee --- irssi/config | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/irssi/config b/irssi/config index c0307f8..1467add 100644 --- a/irssi/config +++ b/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 = ( -- cgit v1.2.3-54-g00ecf