aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-03-11 19:03:57 -0400
committerB. Watson <urchlay@slackware.uk>2026-03-11 19:03:57 -0400
commitb2178fd7a85d64c078f5d0231d2c5e5c86cf2c60 (patch)
tree0409a0f7697e99a4de10b133588ea1cc7fff5100
parent076980305c59c2975f13449179083de369f68714 (diff)
downloadfujinet-chat-b2178fd7a85d64c078f5d0231d2c5e5c86cf2c60.tar.gz
Tweak docs.
-rw-r--r--doc/irssi.txt28
-rw-r--r--doc/ui_keys.txt9
2 files changed, 37 insertions, 0 deletions
diff --git a/doc/irssi.txt b/doc/irssi.txt
new file mode 100644
index 0000000..20ac11d
--- /dev/null
+++ b/doc/irssi.txt
@@ -0,0 +1,28 @@
+FujiNetChat is inspired by irssi. However, since it runs on a tiny
+8-bit platform, it can't do all the things irssi does. Here's a
+partial list of the user-visible differences.
+
+- Can't connect to multiple servers.
+- No /server command (you have to run the config tool to change
+ servers; this may change in future).
+- Most preferences can't be changed from within the client (have to
+ use the config tool). Exceptions: nick and alert type.
+- No SASL auth support.
+- Obviously, no scripting.
+- No DCC.
+- No logging.
+- No color.
+- You only get 7 screens (windows).
+- Can't disable the server screen.
+- No auto-rejoin on when kicked.
+- No auto-reconnect when disconnected (you have to press a key to
+ reconnect). This will change.
+- There's a [private] screen for all PMs which don't have a /query.
+- /query <nick> <message> doesn't work (yet). It creates a query but
+ doesn't (yet) send the initial message.
+- Getting PMed doesn't create a screen (use Start+Q to do that).
+- Closing a screen doesn't /part the channel (it "moves" to [server]).
+- No command history (up-arrow) or cutbuffer (^Y).
+- No local nick list, which means tab-completion is limited, and
+ that we can't keep track of who's opped or voiced, so no @ or
+ + in front of nicks.
diff --git a/doc/ui_keys.txt b/doc/ui_keys.txt
index 93c932f..be03918 100644
--- a/doc/ui_keys.txt
+++ b/doc/ui_keys.txt
@@ -12,4 +12,13 @@ Q - create screen for last PM (in [private]) or last channel
Future plans:
+L - list all screens (number and name).
+J - join last channel you were invited to.
+W - in query, /whois the user. in PM, last user who PMed.
+ in a channel or [server], no effect.
+N - in channel screen, do a /names #channel. no effect elsewhere.
+P - in a query screen, do a /ping <nick>. in [private], last
+ nick who PMed. no effect elsewhere.
+Ctrl-X - in a channel screen, /part the channel and close the
+ screen. no effect elsewhere.
? - Show help (also the Help key by itself will do this).