]> jfr.im git - irc/weechat/qweechat.git/blobdiff - src/qweechat/network.py
Remove "compression=gzip" in command init
[irc/weechat/qweechat.git] / src / qweechat / network.py
index 2a5184e7acfc9c20220940c24d8af912ea8ad8f7..5f4a50d5ec134ac76f7ca0034683238637511a08 100644 (file)
@@ -26,7 +26,7 @@ import qt_compat
 QtCore = qt_compat.import_module('QtCore')
 QtNetwork = qt_compat.import_module('QtNetwork')
 
-_PROTO_INIT_CMD  = ['init password=%(password)s,compression=gzip']
+_PROTO_INIT_CMD  = ['init password=%(password)s']
 _PROTO_SYNC_CMDS = ['(listbuffers) hdata buffer:gui_buffers(*) number,full_name,short_name,type,nicklist,title,local_variables',
                     '(listlines) hdata buffer:gui_buffers(*)/own_lines/first_line(*)/data date,displayed,prefix,message',
                     '(nicklist) nicklist',