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:
parent
e3d92a32b6
commit
483969d3ce
14
ircp.py
14
ircp.py
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user