whitespace ocd

This commit is contained in:
2025-12-24 01:52:04 -05:00
parent 7a54deac15
commit 7e1616a05a

View File

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