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