whitespace ocd
This commit is contained in:
10
config.py
10
config.py
@@ -2,9 +2,9 @@
|
||||
# IRC Relay Bot Configuration - developed by acidvegas in python (https://git.acid.vegas/pyrelay)
|
||||
|
||||
# Bot Configuration
|
||||
nickname = 'pyrelay'
|
||||
username = 'relay'
|
||||
realname = 'IRC Relay Bot'
|
||||
nickname = 'pyrelay'
|
||||
username = 'relay'
|
||||
realname = 'IRC Relay Bot'
|
||||
|
||||
# Relay Connection Defaults
|
||||
relay_nickname = 'relay'
|
||||
@@ -24,8 +24,8 @@ use_ipv6 = False
|
||||
vhost = None
|
||||
|
||||
# Proxy Configuration (optional - only used when --proxy flag is specified in /connect command)
|
||||
proxy = None # Example: 'user:pass@127.0.0.1:1080'
|
||||
proxy_type = 'socks5' # Options: 'socks5', 'socks4', 'http'
|
||||
proxy = None # Example: 'user:pass@127.0.0.1:1080'
|
||||
proxy_type = 'socks5' # Options: 'socks5', 'socks4', 'http'
|
||||
|
||||
# Bot Settings
|
||||
cmd_flood = 3
|
||||
|
||||
Reference in New Issue
Block a user