From 483969d3cea298fdfa4ece0d1a0134844bc523ef Mon Sep 17 00:00:00 2001 From: acidvegas Date: Sun, 28 May 2023 00:44:07 -0400 Subject: [PATCH] Changed hate mail address --- ircp.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/ircp.py b/ircp.py index dfd75f1..5855f2b 100644 --- a/ircp.py +++ b/ircp.py @@ -11,13 +11,13 @@ import sys import time class settings: - errors = False # Show errors in console - nickname = 'IRCP' - username = 'ircp' - realname = 'internetrelaychat.org' - ns_mail = 'ircp@internetrelaychat.org' - ns_pass = 'changeme' - vhost = None # Bind to a specific IP address + errors = False # Show errors in console + nickname = 'IRCP' # None = random + username = 'ircp' # None = random + realname = 'internetrelaychat.org' # None = random + ns_mail = 'scan@internetrelaychat.org' # None = random@random.[com|net|org] + ns_pass = 'changeme' # None = random + vhost = None # Bind to a specific IP address class throttle: channels = 3 # Maximum number of channels to scan at once