mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
Foo!
This commit is contained in:
parent
89dadb78c6
commit
c62702cfc3
@ -375,7 +375,7 @@ class IrcString(str):
|
|||||||
return False
|
return False
|
||||||
|
|
||||||
def __ne__(self, s):
|
def __ne__(self, s):
|
||||||
return not self == s
|
return not (self == s)
|
||||||
|
|
||||||
def __hash__(self):
|
def __hash__(self):
|
||||||
return hash(self.lowered)
|
return hash(self.lowered)
|
||||||
|
Loading…
Reference in New Issue
Block a user