From 19f58992cb672a470c6538a3e4ae07a1254c73c5 Mon Sep 17 00:00:00 2001 From: decoded Date: Mon, 28 Feb 2022 17:49:04 -0600 Subject: [PATCH] v2.3 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e302f20..f325cdf 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,9 @@ while working on the reencoding portions its operating as a viewer, pumper, basi ## notes ``` 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.. if you have one setup, adjust the FIFO_PATH at the top of dr1p4ns1.py ```