mirror of
				https://github.com/ergochat/ergo.git
				synced 2025-10-31 13:57:23 +01:00 
			
		
		
		
	
						commit
						b1e5570f85
					
				| @ -94,11 +94,10 @@ func zncPlaybackHandler(client *Client, command string, params []string, rb *Res | ||||
| 		items, _ := client.history.Between(after, before, false, config.History.ChathistoryMax) | ||||
| 		client.replayPrivmsgHistory(rb, items, true) | ||||
| 	} else { | ||||
| 		targets = make(StringSet) | ||||
| 		// TODO actually handle nickname targets | ||||
| 		for _, targetName := range strings.Split(targetString, ",") { | ||||
| 			if cfTarget, err := CasefoldChannel(targetName); err == nil { | ||||
| 				if targets == nil { | ||||
| 					targets = make(StringSet) | ||||
| 				} | ||||
| 				targets.Add(cfTarget) | ||||
| 			} | ||||
| 		} | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Shivaram Lingamneni
						Shivaram Lingamneni