mirror of
https://github.com/jlu5/PyLink.git
synced 2025-02-25 09:50:39 +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())
|
log.debug("Relay: cancelling exportDB timer thread %s due to die()", threading.get_ident())
|
||||||
exportdb_timer.cancel()
|
exportdb_timer.cancel()
|
||||||
|
|
||||||
allowed_chars = string.digits + string.ascii_letters + '/^|\\-_[]`'
|
allowed_chars = string.digits + string.ascii_letters + '/^|\\-_[]{}`'
|
||||||
fallback_separator = '|'
|
fallback_separator = '|'
|
||||||
def normalizeNick(irc, netname, nick, times_tagged=0, uid=''):
|
def normalizeNick(irc, netname, nick, times_tagged=0, uid=''):
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user