This commit is contained in:
Yann Leboulanger 2005-10-19 11:14:15 +00:00
parent e2f317723b
commit 443b32a846
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ awaiting_events = {} # list of messages/FT reveived but not printed
# if type in ('chat', 'normal'): data = (message, subject, kind, time,
# encrypted)
# kind can be (incoming, error)
# if typw in file-request, file-request-error: data = file_props
# if type in file-request, file-request-error: data = file_props
nicks = {} # list of our nick names in each account
allow_notifications = {} # do we allow notifications for each account ?
con_types = {} # type of each connection (ssl, tls, tcp, ...)