This commit is contained in:
decoded
2022-02-28 17:49:04 -06:00
parent 65fc15ed28
commit 19f58992cb

View File

@@ -64,7 +64,9 @@ while working on the reencoding portions its operating as a viewer, pumper, basi
## notes ## notes
``` ```
PUMPQUEUE: using the q key you can queue up a bunch of ansis to pump, then just press p to fire PUMPQUEUE: using the q key you can queue up a bunch of ansis to pump, then just press p to fire
them off. if there is nothing in the queue then whatever is on the screen will be pumped them off. if there is nothing in the queue then whatever is on the screen will be pumped to fifo.
```
```
FIFO: in order to use the pump feature, you need a fifo setup in something like weechat/irsii/etc.. FIFO: in order to use the pump feature, you need a fifo setup in something like weechat/irsii/etc..
if you have one setup, adjust the FIFO_PATH at the top of dr1p4ns1.py if you have one setup, adjust the FIFO_PATH at the top of dr1p4ns1.py
``` ```