From e39c0420a829c4507989f88c446461b05af9b7aa Mon Sep 17 00:00:00 2001 From: David Runge Date: Fri, 28 Nov 2014 15:52:00 +0100 Subject: irssi: Added faster configuration, removed hiding of messages in small chans. Removed custom irssi nicklist script --- .irssi/config | 24 +++++++----------------- 1 file changed, 7 insertions(+), 17 deletions(-) (limited to '.irssi/config') diff --git a/.irssi/config b/.irssi/config index 65d2d4c..51c1c8b 100644 --- a/.irssi/config +++ b/.irssi/config @@ -4,6 +4,7 @@ servers = ( chatnet = "bitlbee"; port = "6667"; autoconnect = "yes"; + password = "st3ll4r.3nv3l0p3"; }, { address = "chat.freenode.org"; @@ -11,6 +12,7 @@ servers = ( port = "6697"; use_ssl = "yes"; autoconnect = "yes"; + password = "dvzrv:s0m3th1ng.n3w.4tw"; }, { address = "irc.swepipe.se"; @@ -32,21 +34,13 @@ servers = ( port = "6697"; use_ssl = "yes"; autoconnect = "yes"; + password = "mAdmAchInE:bl4hbl4hbl4h"; } ); chatnets = { - bitlbee = { - type = "IRC"; - nick = "DavidRunge"; - autosendcmd = "/msg -bitlbee &bitlbee identify st3ll4r.3nv3l0p3; wait -bitlbee 2000"; - }; - freenode = { - type = "IRC"; - nick = "dvzrv"; - realname = "David Runge"; - autosendcmd = "/msg nickserv identify bl4hbl4hbl4h;wait 2000"; - }; + bitlbee = { type = "IRC"; nick = "DavidRunge"; }; + freenode = { type = "IRC"; nick = "dvzrv"; realname = "David Runge"; }; efnet = { type = "IRC"; max_kicks = "4"; @@ -54,7 +48,6 @@ chatnets = { max_whois = "1"; nick = "dvzrv"; real_name = "David Runge"; - autosendcmd = "/NICKLIST FIFO"; }; oftc = { type = "IRC"; nick = "dvzrv"; realname = "David Runge"; }; whatcd = { @@ -272,10 +265,7 @@ settings = { autolog_ignore_targets = "bitlbee/&bitlbee"; }; "perl/core/scripts" = { - nicklist_height = "500"; - nicklist_width = "20"; tmux_away_active = "yes"; - nicklist_automode = "FIFO"; }; }; @@ -305,7 +295,7 @@ ignores = ( channels = ( "#what.cd-help" ); }, { - level = "JOINS PARTS QUITS MODES NICKS"; + level = ""; channels = ( "#unixpool" ); }, { @@ -321,7 +311,7 @@ ignores = ( channels = ( "#twitter_frqrec" ); }, { - level = "JOINS PARTS QUITS MODES NICKS"; + level = ""; channels = ( "#freaks" ); } ); -- cgit v1.2.3-54-g00ecf