IRCP- information gathering tool for irc servers |
git clone git://git.acid.vegas/IRCP.git |
Log | Files | Refs | Archive | README | LICENSE |
commit c4e528aa5add51286b7aae9eb91546e4f715bc3f
parent e447bcb2ed3f089257e85e419e0bec87346ba703 Author: acidvegas <acid.vegas@acid.vegas> Date: Tue, 30 May 2023 03:22:57 -0400 Added TODO for daemon mode (24/7 throttled scanning) & log overlapping (updating existing logs) Diffstat:
|
1 file changed, 2 insertions(+), 0 deletions(-) |
diff --git 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 |