mirror of
https://github.com/jlu5/PyLink.git
synced 2025-01-12 13:12:36 +01:00
relay: make tag_nicks default to True
This commit is contained in:
parent
bced9506c3
commit
92466e4a00
@ -106,7 +106,7 @@ def normalizeNick(irc, netname, nick, times_tagged=0, uid=''):
|
|||||||
conf.conf.get('relay', {}).get('separator') or "/"
|
conf.conf.get('relay', {}).get('separator') or "/"
|
||||||
|
|
||||||
# Figure out whether we tag nicks by default or not.
|
# Figure out whether we tag nicks by default or not.
|
||||||
if times_tagged == 0 and conf.conf.get('relay', {}).get('tag_nicks'):
|
if times_tagged == 0 and conf.conf.get('relay', {}).get('tag_nicks', True):
|
||||||
times_tagged = 1
|
times_tagged = 1
|
||||||
|
|
||||||
log.debug('(%s) relay.normalizeNick: using %r as separator.', irc.name, separator)
|
log.debug('(%s) relay.normalizeNick: using %r as separator.', irc.name, separator)
|
||||||
|
Loading…
Reference in New Issue
Block a user