mirror of
				https://github.com/osmarks/ngircd.git
				synced 2025-10-30 21:42:59 +00:00 
			
		
		
		
	Fix with oneshot invites
This should finally implement correctly oneshot invites sent via /INVITE
This commit is contained in:
		| @@ -344,7 +344,7 @@ Lists_CheckReason(struct list_head *h, CLIENT *Client, char *reason, size_t len) | ||||
| 		if (MatchCaseInsensitive(e->mask, Client_MaskCloaked(Client))) { | ||||
| 			if (len && e->reason) | ||||
| 				strlcpy(reason, e->reason, len); | ||||
| 			if (e->valid_until == 1) { | ||||
| 			if (e->onlyonce) { | ||||
| 				/* Entry is valid only once, delete it */ | ||||
| 				LogDebug("Deleted \"%s\" from list (used).", | ||||
| 					 e->mask); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 LucentW
					LucentW