mirror of
				https://github.com/sys4-fr/server-nalc.git
				synced 2025-11-04 05:55:28 +01:00 
			
		
		
		
	Check field before crashing IRC
This commit is contained in:
		@@ -77,7 +77,10 @@ end
 | 
			
		||||
 | 
			
		||||
local function needNewNick(conn, msg)
 | 
			
		||||
	local newnick = conn.nickGenerator(msg.args[2])
 | 
			
		||||
	conn:queue(msg.nick(newnick))
 | 
			
		||||
	if msg.nick then
 | 
			
		||||
		conn:queue(msg.nick(newnick))
 | 
			
		||||
	end
 | 
			
		||||
	-- Ugly hack to fix crash
 | 
			
		||||
end
 | 
			
		||||
 | 
			
		||||
-- ERR_ERRONEUSNICKNAME (Misspelt but remains for historical reasons)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user