summaryrefslogtreecommitdiff
path: root/docs/FAQ
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2000-04-26 08:10:09 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2000-04-26 08:10:09 +0000
commitd29ca0b107a5b6abb4eadd036f37acd33bb72ed0 (patch)
treebcf53c98b5166a33753fc70444c24118ae8da9d1 /docs/FAQ
parentc95034c6de1bf72536595e1e3431d8ec64b9880e (diff)
downloadirssi-d29ca0b107a5b6abb4eadd036f37acd33bb72ed0.zip
rest of the ~rewrite?
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@172 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs/FAQ')
-rw-r--r--docs/FAQ33
1 files changed, 0 insertions, 33 deletions
diff --git a/docs/FAQ b/docs/FAQ
deleted file mode 100644
index c7b0da6e..00000000
--- a/docs/FAQ
+++ /dev/null
@@ -1,33 +0,0 @@
-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).