mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 13:19:24 +01:00
Oops, shouldn't have committed, a stray underscore got here.
This commit is contained in:
parent
12fff1941e
commit
b91a1b8941
@ -356,7 +356,7 @@ def unDccIP(i):
|
|||||||
L.reverse()
|
L.reverse()
|
||||||
return '.'.join(imap(str, L))
|
return '.'.join(imap(str, L))
|
||||||
|
|
||||||
class _IrcString(str):
|
class IrcString(str):
|
||||||
"""This class does case-insensitive comparison and hashing of nicks."""
|
"""This class does case-insensitive comparison and hashing of nicks."""
|
||||||
def __init__(self, s):
|
def __init__(self, s):
|
||||||
str.__init__(self, intern(s)) # This does nothing, I fear.
|
str.__init__(self, intern(s)) # This does nothing, I fear.
|
||||||
|
Loading…
Reference in New Issue
Block a user