This commit is contained in:
Jeremy Fincher 2004-01-23 13:08:42 +00:00
parent 89dadb78c6
commit c62702cfc3
1 changed files with 1 additions and 1 deletions

View File

@ -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)