diff --git a/docs/faq.txt b/docs/faq.txt index 131c3f3e..6b11788c 100644 --- a/docs/faq.txt +++ b/docs/faq.txt @@ -8,6 +8,11 @@ A: They force ANSI colors even if terminal doesn't support them. By default, Q: How do I easily write text to channel that starts with '/' character? A: / /text +Q: Why doesn't irssi update my realname (or whatever) after I change it + with /SET realname and reconnect with /RECONNECT or /SERVER? +A: Irssi is trying to be too smart. This will be fixed in future, but for + now you should use /DISCONNECT + /CONNECT. + Q: I connected to some server which isn't responding but now irssi tries to connect back to it all the time! How can I stop it? A: Two ways. The "good way" to do it is with /DISCONNECT. Check the server diff --git a/docs/startup-HOWTO.html b/docs/startup-HOWTO.html index 73e9285f..ddd5d025 100644 --- a/docs/startup-HOWTO.html +++ b/docs/startup-HOWTO.html @@ -2,18 +2,21 @@
Copyright (c) 2000-2001 by Timo Sirainen
+Copyright (c) 2000-2002 by Timo Sirainen
Index with some FAQ questions that are answered in the chapter:
- -!- IRCNet: irc.telia.fi:6667 (IRCNet) + -!- IRCNet: irc.song.fi:6667 (IRCNet) -!- OPN: tolkien.openprojects.net:6667 (OPN) -!- RECON-1: 192.168.0.1:6667 () (02:59 left before reconnecting)@@ -508,7 +511,7 @@ logs by adding date/time formats to the file name. The formats are in
You can change any keyboard binding that terminal lets irssi know -about. It doesn't let it know everything, so for example +about. It doesn't let irssi know everything, so for example shift-backspace can't be bound unless you modify xterm resources somehow.
@@ -524,7 +527,15 @@ an example for pressing F1 key: ^[OP -So with irssi you would use /BIND ^[OP /ECHO F1 pressed.
+So in irssi you would use /BIND ^[OP /ECHO F1 pressed. If you use +multiple terminals which have different bindings for the key, it would +be better to use eg.:
+ ++/BIND ^[OP key F1 +/BIND ^[11~ key F1 +/BIND F1 /ECHO F1 pressed. +
Nick completion