mirror of
https://github.com/nichkara/InfinitumBotty.git
synced 2026-06-11 06:36:24 +02:00
Minor Error Correction in Duck Observr
This commit is contained in:
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user