From 9c265019b5ff5343247a306ddee72d1c0cf477fd Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sun, 17 Mar 2013 16:44:09 +0100 Subject: [PATCH] Remove "compression=gzip" in command init The compression is in fact "zlib" (it has been renamed in WeeChat). This option is not required because compression is enabled by default (if WeeChat supports it). --- src/qweechat/network.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qweechat/network.py b/src/qweechat/network.py index 2a5184e..5f4a50d 100644 --- a/src/qweechat/network.py +++ b/src/qweechat/network.py @@ -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',