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).
This commit is contained in:
		
							parent
							
								
									9587cb0afb
								
							
						
					
					
						commit
						9c265019b5
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -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', | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Sebastien Helleu
						Sebastien Helleu