This commit is contained in:
.[d]. 2022-03-19 11:44:04 -05:00
parent 8c04d55a51
commit 6095b81167
2 changed files with 5 additions and 5 deletions

@ -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

@ -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
########################################################################################### dr1p4ns1 version 2.666 ##### EOF