Fix derp
This commit is contained in:
parent
bb73eca3a6
commit
ad8db40d54
1 changed files with 1 additions and 1 deletions
|
@ -1445,7 +1445,7 @@ class PesterWindow(MovingWindow):
|
|||
self.ceasesound.play()
|
||||
else:
|
||||
self.alarm.play()
|
||||
elif self.convo.always_beep:
|
||||
elif convo.always_beep:
|
||||
self.alarm.play()
|
||||
def newMemoMsg(self, chan, handle, msg):
|
||||
if not self.memos.has_key(chan):
|
||||
|
|
Loading…
Reference in a new issue