diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-03-11 19:03:57 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-03-11 19:03:57 -0400 |
| commit | b2178fd7a85d64c078f5d0231d2c5e5c86cf2c60 (patch) | |
| tree | 0409a0f7697e99a4de10b133588ea1cc7fff5100 /doc/irssi.txt | |
| parent | 076980305c59c2975f13449179083de369f68714 (diff) | |
| download | fujinet-chat-b2178fd7a85d64c078f5d0231d2c5e5c86cf2c60.tar.gz | |
Tweak docs.
Diffstat (limited to 'doc/irssi.txt')
| -rw-r--r-- | doc/irssi.txt | 28 |
1 files changed, 28 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. |
