mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-27 13:09:23 +01:00
clientbot: remove self.irc.users print
This commit is contained in:
parent
c09ff6a706
commit
72f9019300
@ -88,7 +88,6 @@ class ClientbotWrapperProtocol(Protocol):
|
||||
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,
|
||||
manipulatable=manipulatable, realhost=realhost, ip=ip)
|
||||
log.debug('(%s) self.irc.users: %s', self.irc.name, self.irc.users)
|
||||
self.irc.servers[server].users.add(uid)
|
||||
|
||||
self.irc.applyModes(uid, modes)
|
||||
|
Loading…
Reference in New Issue
Block a user