typo. better break for setence in comment
This commit is contained in:
parent
6caf013f52
commit
1ef1888cbe
|
@ -108,8 +108,8 @@ awaiting_events = {} # list of messages/FT reveived but not printed
|
||||||
# data = file_props
|
# data = file_props
|
||||||
nicks = {} # list of our nick names in each account
|
nicks = {} # list of our nick names in each account
|
||||||
# should we block 'contact signed in' notifications for this account?
|
# should we block 'contact signed in' notifications for this account?
|
||||||
# this is only only for the first 30 seconds after we change our show to sth
|
# this is only for the first 30 seconds after we change our show
|
||||||
# else than offline
|
# to something else than offline
|
||||||
block_signed_in_notifications = {}
|
block_signed_in_notifications = {}
|
||||||
con_types = {} # type of each connection (ssl, tls, tcp, ...)
|
con_types = {} # type of each connection (ssl, tls, tcp, ...)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue