Minor Error Correction in Duck Observr

This commit is contained in:
BaerbelBox
2022-07-04 10:57:03 +02:00
parent bdd00c803c
commit 2777010b2e
+1
View File
@@ -176,6 +176,7 @@ class DuckObserver(PrivMsgObserverPrototype, PingObserverPrototype):
self.streak+=1 self.streak+=1
else: else:
self.streak = 0 self.streak = 0
self.streakname = nick
if self.streak == 3: if self.streak == 3:
connection.send_channel(nick + " hat einen Lauf") connection.send_channel(nick + " hat einen Lauf")