mirror of
				https://github.com/osmarks/ngircd.git
				synced 2025-10-30 21:42:59 +00:00 
			
		
		
		
	Use correct sender as target for ISUPPORT replies on "VERSION"
This fixes commit 2e168c78 ("Return ISUPPORT(005) numerics on
'VERSION'") and make sure, that the 005 numerics are correctly
routed back to the sender.
			
			
This commit is contained in:
		| @@ -1114,7 +1114,7 @@ IRC_VERSION( CLIENT *Client, REQUEST *Req ) | ||||
|  | ||||
| #ifndef STRICT_RFC | ||||
| 	/* send RPL_ISUPPORT(005) numerics */ | ||||
| 	if (!IRC_Send_ISUPPORT(Client)) | ||||
| 	if (!IRC_Send_ISUPPORT(prefix)) | ||||
| 		return DISCONNECTED; | ||||
| #endif | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Alexander Barton
					Alexander Barton