mirror of
				https://github.com/jlu5/PyLink.git
				synced 2025-11-04 08:57:25 +01:00 
			
		
		
		
	handlers: remove idle and signon time in WHOIS output (#267)
We can't accurately track this for things like relay users without forwarding WHOIS replies like Janus does. I don't really like faking values either, so let's just remove this entirely
This commit is contained in:
		
							parent
							
								
									5d251d511a
								
							
						
					
					
						commit
						8f78205406
					
				@ -84,11 +84,6 @@ def handle_whois(irc, source, command, args):
 | 
			
		||||
    if away_text:
 | 
			
		||||
        f(server, 301, source, '%s :%s' % (nick, away_text))
 | 
			
		||||
 | 
			
		||||
    # 317: shows idle and signon time. However, we don't track the user's real
 | 
			
		||||
    # idle time, so we simply return 0.
 | 
			
		||||
    # <- 317 GL GL 15 1437632859 :seconds idle, signon time
 | 
			
		||||
    f(server, 317, source, "%s 0 %s :seconds idle, signon time" % (nick, user.ts))
 | 
			
		||||
 | 
			
		||||
    if (irc.umodes.get('bot'), None) in user.modes:
 | 
			
		||||
        # Show botmode info in WHOIS.
 | 
			
		||||
        f(server, 335, source, "%s :is a bot" % nick)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user