diff options
author | Ryan Huber <rhuber@gmail.com> | 2017-02-04 19:46:07 -0800 |
---|---|---|
committer | Ryan Huber <rhuber@gmail.com> | 2017-02-04 19:46:07 -0800 |
commit | 3dcab7eae762b87f002f2d6b6372e64767102671 (patch) | |
tree | 95ea27ef88f2007e7ed7c72085232ccfad05dea6 | |
parent | 3bab35891014695958914746af75d10cea4e355b (diff) | |
download | wee-slack-3dcab7eae762b87f002f2d6b6372e64767102671.tar.gz |
i still suck at markdown
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -3,7 +3,7 @@ ### Using threads in wee-ng beta (note: you can't start threads yet, but you can participate in existing ones): -1) look for [Threaded: 12345677.0000] at the end of a message. this means it has threads. -2) in the buffer with the threaded message type `/thread 12345677.0000` -3) a new buffer will open named ` +12345677.0000`, which is the thread buffer -4) if you'd like to give thread buffers a friendly name, switch to them and type `/label [newname]` +1. look for [Threaded: 12345677.0000] at the end of a message. this means it has threads. +2. in the buffer with the threaded message type `/thread 12345677.0000` +3. a new buffer will open named ` +12345677.0000`, which is the thread buffer +4. if you'd like to give thread buffers a friendly name, switch to them and type `/label [newname]` |