mirror of
git://git.acid.vegas/IRCP.git
synced 2024-11-23 00:16:41 +00:00
Forgot to uncomment 'proxy' in snapshot
This commit is contained in:
parent
1f73cc6542
commit
a7c9c57a5c
2
ircp.py
2
ircp.py
@ -45,7 +45,7 @@ snapshot = {
|
|||||||
'host' : None,
|
'host' : None,
|
||||||
'services' : False,
|
'services' : False,
|
||||||
'ssl' : False,
|
'ssl' : False,
|
||||||
#'proxy' : False,
|
'proxy' : False,
|
||||||
'raw' : [], # all other data goes in here
|
'raw' : [], # all other data goes in here
|
||||||
'CAP' : None,
|
'CAP' : None,
|
||||||
'KILL' : None, # TODO: currently does not verify it was us being killed
|
'KILL' : None, # TODO: currently does not verify it was us being killed
|
||||||
|
Loading…
Reference in New Issue
Block a user