mirror of
https://github.com/nichkara/InfinitumBotty.git
synced 2026-06-10 22:26:23 +02:00
added the possibility to individualize greetings
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user