1
mirror of git://git.acid.vegas/IRCP.git synced 2024-11-22 16:06:41 +00:00

Changed hate mail address

This commit is contained in:
Dionysus 2023-05-28 00:44:07 -04:00
parent e3d92a32b6
commit 483969d3ce
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE

14
ircp.py
View File

@ -11,13 +11,13 @@ import sys
import time import time
class settings: class settings:
errors = False # Show errors in console errors = False # Show errors in console
nickname = 'IRCP' nickname = 'IRCP' # None = random
username = 'ircp' username = 'ircp' # None = random
realname = 'internetrelaychat.org' realname = 'internetrelaychat.org' # None = random
ns_mail = 'ircp@internetrelaychat.org' ns_mail = 'scan@internetrelaychat.org' # None = random@random.[com|net|org]
ns_pass = 'changeme' ns_pass = 'changeme' # None = random
vhost = None # Bind to a specific IP address vhost = None # Bind to a specific IP address
class throttle: class throttle:
channels = 3 # Maximum number of channels to scan at once channels = 3 # Maximum number of channels to scan at once