mirror of
https://github.com/jlu5/PyLink.git
synced 2025-02-25 18:00:39 +01:00
relay: disable nick collide messages to debug
This commit is contained in:
parent
4f3fa04cde
commit
a5d97c15e7
@ -1511,7 +1511,7 @@ def nick_collide(irc, target):
|
|||||||
|
|
||||||
# Force a tagged nick by setting times_tagged to 1.
|
# Force a tagged nick by setting times_tagged to 1.
|
||||||
newnick = normalizeNick(irc, remotenet, nick, times_tagged=1)
|
newnick = normalizeNick(irc, remotenet, nick, times_tagged=1)
|
||||||
log.info('(%s) relay.nick_collide: Fixing nick of relay client %r (%s) to %s',
|
log.debug('(%s) relay.nick_collide: Fixing nick of relay client %r (%s) to %s',
|
||||||
irc.name, target, nick, newnick)
|
irc.name, target, nick, newnick)
|
||||||
irc.proto.nick(target, newnick)
|
irc.proto.nick(target, newnick)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user