mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-24 03:29:28 +01:00
relay: {} are valid nick chars too...
(cherry picked from commit b572c58223
)
This commit is contained in:
parent
a1e7c89027
commit
689c0dd45b
@ -91,7 +91,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