mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-27 13:09:23 +01:00
relay: {} are valid nick chars too...
This commit is contained in:
parent
affe54b47f
commit
b572c58223
@ -86,7 +86,7 @@ def die(sourceirc):
|
||||
log.debug("Relay: cancelling exportDB timer thread %s due to die()", threading.get_ident())
|
||||
exportdb_timer.cancel()
|
||||
|
||||
allowed_chars = string.digits + string.ascii_letters + '/^|\\-_[]`'
|
||||
allowed_chars = string.digits + string.ascii_letters + '/^|\\-_[]{}`'
|
||||
fallback_separator = '|'
|
||||
def normalizeNick(irc, netname, nick, times_tagged=0, uid=''):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user