mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +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()
|
||||
return '.'.join(imap(str, L))
|
||||
|
||||
class _IrcString(str):
|
||||
class IrcString(str):
|
||||
"""This class does case-insensitive comparison and hashing of nicks."""
|
||||
def __init__(self, s):
|
||||
str.__init__(self, intern(s)) # This does nothing, I fear.
|
||||
|
Loading…
Reference in New Issue
Block a user