mirror of
				https://github.com/jlu5/PyLink.git
				synced 2025-11-04 08:57:25 +01:00 
			
		
		
		
	handlers: remove obsolete comment about WHOIS
This commit is contained in:
		
							parent
							
								
									cf804ca84e
								
							
						
					
					
						commit
						c8ec2d9600
					
				@ -5,7 +5,7 @@ handlers.py - Implements miscellaneous IRC command handlers (WHOIS, services log
 | 
			
		||||
from pylinkirc import utils, conf
 | 
			
		||||
from pylinkirc.log import log
 | 
			
		||||
def handle_whois(irc, source, command, args):
 | 
			
		||||
    """Handle WHOIS queries, for IRCds that send them across servers (charybdis, UnrealIRCd; NOT InspIRCd)."""
 | 
			
		||||
    """Handle WHOIS queries."""
 | 
			
		||||
    target = args['target']
 | 
			
		||||
    user = irc.users.get(target)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user