From ec1c33e965684caa7f62712636ac93be3dfbfc68 Mon Sep 17 00:00:00 2001
From: Timo Sirainen
A: The setting is /SET join_auto_chans_on_invite - it's not the same @@ -108,10 +109,12 @@ default. I guess someone could start kicking/inviting you all the time but server connection shouldn't drop because of that, and you shouldn't join channels whose operators are that evil.
+A: xterm -u8, screen -U, /SET term_type utf-8
+A: Maybe. Detach code already is there, attach is just missing :) But I @@ -119,6 +122,7 @@ don't have much interest in coding it, and screen works just fine so why bother?
+A: Put them into ~/.irssi/scripts/autorun/
directory. Or
@@ -126,6 +130,7 @@ better would be if you placed them in ~/.irssi/scripts/
and
created symlinks to autorun directory (eg. cd
~/.irssi/scripts/autorun/ ; ln -s ../script.pl .
)
A: /TOPIC <tab>
@@ -138,3 +143,8 @@ other messages show up in active window too. I don't have many good ideas how this could be easily fixed inside irssi (no, kludging it to only work with whois isn't a "fix") - it'd be possible to create a script do this though but currently it doesn't exist. + +A: Modify the window-line in statusbar section in config file to
+window = "{sb $winref:$chatnet/$T{sbmode $M}}";