From c4e528aa5add51286b7aae9eb91546e4f715bc3f Mon Sep 17 00:00:00 2001 From: acidvegas Date: Tue, 30 May 2023 03:22:57 -0400 Subject: [PATCH] Added TODO for daemon mode (24/7 throttled scanning) & log overlapping (updating existing logs) --- ircp.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ircp.py b/ircp.py index 742b612..e0774a0 100644 --- a/ircp.py +++ b/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