diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-03-06 21:55:26 -0500 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-03-06 21:55:26 -0500 |
| commit | c01927e51c44208722740666f20feabb2cd683d3 (patch) | |
| tree | 17ccd927abc5d6bb8dcdcc19d9109f065dcf365c /README.txt | |
| parent | 2855154aef5e0e05b5243e6308607fca2d170224 (diff) | |
| download | fujinet-chat-c01927e51c44208722740666f20feabb2cd683d3.tar.gz | |
Fix /nick (thanks, The_Doctor__).
Diffstat (limited to 'README.txt')
| -rw-r--r-- | README.txt | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -21,16 +21,17 @@ For now, this is pretty rudimentary. It can currently: - send/receive channel messages. +- handles bold, underscore, italic, strikethrough formatting. + - "highlights" channel text that contains the user's nick. - receive private messages (in a dedicated private messages window). +- create 'query' windows (PM with a specific user), send/receive PMs. + - server window to keep the chatty server messages from cluttering up the channel windows. -- if you use raw IRC protocol, you can send private messages: - /PRIVMSG <nick> :this is the message text. - - input box at the bottom of the screen, allows editing and can handle up to 239 characters of input. |
