mirror of
				https://github.com/jlu5/PyLink.git
				synced 2025-11-04 08:57:25 +01:00 
			
		
		
		
	opercmds: fix typo in help.
(cherry picked from commit 37e1c7d5382af52cc84fd1781a8d6e42ae3a097a)
This commit is contained in:
		
							parent
							
								
									fde7860fc7
								
							
						
					
					
						commit
						aba1f4cf24
					
				@ -175,7 +175,7 @@ def kill(irc, source, args):
 | 
			
		||||
        # somewhat user friendly in the error message
 | 
			
		||||
        irc.reply("Error: No such PyLink client '%s'. The first argument to "
 | 
			
		||||
                  "KILL should be the name of a PyLink client (e.g. '%s'; see "
 | 
			
		||||
                  "'help kick' for details." % (sourcenick,
 | 
			
		||||
                  "'help kill' for details." % (sourcenick,
 | 
			
		||||
                  irc.pseudoclient.nick))
 | 
			
		||||
        return
 | 
			
		||||
    elif targetu not in irc.users:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user