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
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