mirror of
git://git.acid.vegas/IRCP.git
synced 2024-11-22 16:06:41 +00:00
Added TODO for daemon mode (24/7 throttled scanning) & log overlapping (updating existing logs)
This commit is contained in:
parent
e447bcb2ed
commit
c4e528aa5a
2
ircp.py
2
ircp.py
@ -11,8 +11,10 @@ import sys
|
||||
import time
|
||||
|
||||
class settings:
|
||||
#daemon = False # Run IRCP in daemon mode (24/7 throttled scanning)
|
||||
errors = True # Show errors in console
|
||||
errors_conn = False # Show connection errors in console
|
||||
#log_overlap = False # Do not skip networks we have logs for, just update them
|
||||
log_max = 5000000 # Maximum log size (in bytes) before starting another
|
||||
nickname = 'IRCP' # None = random
|
||||
username = 'ircp' # None = random
|
||||
|
Loading…
Reference in New Issue
Block a user