From 6095b811674c058782e11b48d4dc9774bfb7c366 Mon Sep 17 00:00:00 2001 From: decoded Date: Sat, 19 Mar 2022 11:44:04 -0500 Subject: [PATCH] v2.666 --- README.md | 4 ++-- dr1p4ns1.py | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5534a7f..ffcdec9 100644 --- a/README.md +++ b/README.md @@ -35,9 +35,9 @@ MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMdyymMMMMMMMMMMMMMMMMMMMMMMMMMMM ``` ## summary ``` -dr1p4ns1 v2.6 - cp437 ansi parser +dr1p4ns1 v2.666 - cp437 ansi parser ``` -## changelog - v2.6 +## changelog - v2.666 ``` - ! added a floodrate delay interval for servers like efnet, press d to set the delay interval - ? the delay option waits x seconds between each line sent to a server to prevent a server flood kick/ban diff --git a/dr1p4ns1.py b/dr1p4ns1.py index 59085e5..1d256e6 100644 --- a/dr1p4ns1.py +++ b/dr1p4ns1.py @@ -1,4 +1,4 @@ -########################################################################################### dr1p4ns1 version 2.6 ####### SOF +########################################################################################### dr1p4ns1 version 2.666 ##### SOF #################################################################################################### ####################### from glob import glob from time import sleep @@ -47,7 +47,7 @@ FIFO_PATH = f"{os.path.expanduser('~')}/.weechat/weechat_fifo" FIFO_ENABLED = True ##### COPY_PATH = f"{os.path.expanduser('~')}/Pictures" ##### DELETE_PATH = "/tmp" ##### -FLOODRATE_INTERVAL_SECONDS = 0.335 ##### +FLOODRATE_INTERVAL_SECONDS = 0.335 ##### #################################################################################################### ####################### #################################################################################################### ####################### ##### @@ -1243,4 +1243,4 @@ if __name__=="__main__": files = getfiles(sys.argv) ui = UI(files) #################################################################################################### ####################### -########################################################################################### dr1p4ns1 version 2.6 ####### EOF \ No newline at end of file +########################################################################################### dr1p4ns1 version 2.666 ##### EOF \ No newline at end of file