added the possibility to individualize greetings

This commit is contained in:
BaerbelBox
2022-07-15 08:57:42 +02:00
parent 2777010b2e
commit cd9cb5dc5d
4 changed files with 12 additions and 6 deletions

View File

@@ -175,7 +175,7 @@ class DuckObserver(PrivMsgObserverPrototype, PingObserverPrototype):
if nick == self.streakname:
self.streak+=1
else:
self.streak = 0
self.streak = 1
self.streakname = nick
if self.streak == 3: