Escape @ when mirroring content back to Zephyr.
(imported from commit 0ab58b5e8a30c66fb6aeaccaebbe498092de1cd5)
This commit is contained in:
		
							parent
							
								
									2fd94c5e63
								
							
						
					
					
						commit
						e0c77efb3f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -503,7 +503,7 @@ def send_unauthed_zephyr(zwrite_args, content): | |||
| def forward_to_zephyr(message): | ||||
|     wrapper = textwrap.TextWrapper(break_long_words=False, break_on_hyphens=False) | ||||
|     wrapped_content = "\n".join("\n".join(wrapper.wrap(line)) | ||||
|             for line in message["content"].split("\n")) | ||||
|             for line in message["content"].replace("@", "@@").split("\n")) | ||||
| 
 | ||||
|     zwrite_args = ["zwrite", "-n", "-s", message["sender_full_name"], "-F", "Zephyr error: See http://zephyr.1ts.org/wiki/df"] | ||||
|     if message['type'] == "stream": | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Tim Abbott
						Tim Abbott