mirror of
				https://github.com/jlu5/PyLink.git
				synced 2025-11-04 08:57:25 +01:00 
			
		
		
		
	clientbot: make services clients manipulatable
This commit is contained in:
		
							parent
							
								
									1507a87f31
								
							
						
					
					
						commit
						a2043d6762
					
				@ -77,7 +77,7 @@ class ClientbotWrapperProtocol(Protocol):
 | 
			
		||||
        ts = ts or int(time.time())
 | 
			
		||||
        realname = realname or ''
 | 
			
		||||
        log.debug('(%s) spawnClient stub called, saving nick %s as PUID %s', self.irc.name, nick, uid)
 | 
			
		||||
        u = self.irc.users[uid] = IrcUser(nick, ts, uid, ident=ident, host=host, realname=realname)
 | 
			
		||||
        u = self.irc.users[uid] = IrcUser(nick, ts, uid, ident=ident, host=host, realname=realname, manipulatable=manipulatable)
 | 
			
		||||
        log.debug('(%s) self.irc.users: %s', self.irc.name, self.irc.users)
 | 
			
		||||
        self.irc.servers[server].users.add(uid)
 | 
			
		||||
        return u
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user