mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-27 21:19:31 +01:00
relay: disable nick collide messages to debug
This commit is contained in:
parent
4f3fa04cde
commit
a5d97c15e7
@ -1511,8 +1511,8 @@ def nick_collide(irc, target):
|
||||
|
||||
# Force a tagged nick by setting times_tagged to 1.
|
||||
newnick = normalizeNick(irc, remotenet, nick, times_tagged=1)
|
||||
log.info('(%s) relay.nick_collide: Fixing nick of relay client %r (%s) to %s',
|
||||
irc.name, target, nick, newnick)
|
||||
log.debug('(%s) relay.nick_collide: Fixing nick of relay client %r (%s) to %s',
|
||||
irc.name, target, nick, newnick)
|
||||
irc.proto.nick(target, newnick)
|
||||
|
||||
def handle_save(irc, numeric, command, args):
|
||||
|
Loading…
Reference in New Issue
Block a user