This commit is contained in:
.[d]. 2023-03-26 22:05:36 -05:00
parent c526505b5b
commit fd8df9b767

@ -60,6 +60,10 @@ ansi files can be queued so that when you pump they are being sent in a sequenti
them off. if there is nothing in the queue then whatever is on the screen will be pumped to fifo. 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
## changelog - v2.668
```
- ! fixed two autopump bugs
```
## changelog - v2.667 ## changelog - v2.667
``` ```
- ! added an autopumping feature. if you press 'z' autopump will pump either the directory or pumpqueue. - ! added an autopumping feature. if you press 'z' autopump will pump either the directory or pumpqueue.