diff options
author | Timo Sirainen <cras@irssi.org> | 1999-10-30 15:46:07 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 1999-10-30 15:46:07 +0000 |
commit | 262238c9bcead8db0dcfa667560ed4196cff9586 (patch) | |
tree | 98b1afaee2a3b8ffccfade73ea37e1ee7292a5df | |
parent | 4d584944436bc68beff2b0f4f8f0542769a91ba5 (diff) | |
download | irssi-262238c9bcead8db0dcfa667560ed4196cff9586.zip |
FAQ added
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@68 dbcabf3a-b0e7-0310-adc4-f8d773084564
-rw-r--r-- | docs/FAQ | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/docs/FAQ b/docs/FAQ new file mode 100644 index 00000000..c7b0da6e --- /dev/null +++ b/docs/FAQ @@ -0,0 +1,33 @@ +Getting bored at work.. so I decided to start writing this FAQ :) + +Q: Why can't I change channel topic from the topic entry widget? +A: You need to doubleclick it first, this is because the focus gets there + too easily and I got tired of accidentally changing topic all the time :) + +Q: What are the grey nicks in nicklist? +A: People who are away, this list is updated every now and then with sending + USERHOST commands to server, no nick is updated more frequently than once + per 5 minutes (except when doing WHO, WHOIS, etc. commands irssi + automatically updates the list) + +Q: Can I switch the channels with keyboard? +A: Yes, with Alt-1..0 for channels 1-10 and Alt-Q..P for channels 11-20 or + Ctrl-N to next window and Ctrl-P to previous window + +Q: Can I use bolds/underlines/reverses/bells/colors? +A: Sure, even while they don't get displayed in the entry line: + Ctrl-B = bold, Ctrl-G = bell, Ctrl-- = underline, Ctrl-V = reverse, + Ctrl-C = color + +Q: What does the "Join to #channel was synced in xx secs" mean? +A: After joined to channel, irssi asks the server for channel's mode, + who list, bans, ban exceptions and invite list (the later two only with + servers that support it (ircnet)). After all this is got, it displays the + sync message. + +Q: Is there any way to get WHOIS (etc.) replies to be displayed in the + current window instead of status window? +A: Just stop using the status window (take it off from preferences). But if + you still prefer to use the status window.. nope, not possible yet, but + it's been in TODO for a while to let the user decide what events to + display in what windows (status, msgs, current, all). |