diff options
author | B. Watson <yalhcru@gmail.com> | 2019-04-15 01:48:16 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2019-04-15 01:48:16 -0400 |
commit | 8f3320fb49b0b5d49ed526cfde6b430289511629 (patch) | |
tree | da68bed7b282c27d4aacea3d1e60375c862e218e | |
parent | 0244424748ec23cad12f02ef3a6ee0b5f4912014 (diff) | |
download | fujichat-master.tar.gz |
-rw-r--r-- | README | 11 |
1 files changed, 2 insertions, 9 deletions
@@ -183,15 +183,8 @@ Tab key to respond to the most recent user who sent you a PM. There are known bugs in FujiChat: -The /msg command (and several others) doesn't correctly quote its -argument, which means if you say "/msg somebody Hello, I'm on my Atari", -they'll receive only the first word (the "Hello,"). Temporary workaround: -say "/msg somebody :Hello, I'm on my Atari" (in other words prefix your -message with a colon). - -The /ping command doesn't play nice with modern FreeNode servers, meaning -you get either no ping responses, or else it prints a ping time >= 2500 -seconds. +The formatting of server messages (join, part, quit, etc) is basically +non-existent. They're printed as they come in over the wire. Not really a bug, but a missing feature: non-ASCII characters (accented letters, British pound symbol, etc) are printed as inverse video |