mirror of
https://github.com/nichkara/InfinitumBotty.git
synced 2026-06-11 06:36:24 +02:00
Put Greeter on of for new chatters
This commit is contained in:
@@ -30,6 +30,6 @@ class Greeter(JoinObserverPrototype):
|
||||
if(UProvider.get_characters(data['nick'])) < 100:
|
||||
return
|
||||
if data['channel'] == connection.details.get_channel():
|
||||
if int(time.time()) - self.names[data['nick']] > 28800:
|
||||
if int(time.time()) - self.names[data['nick']] > 28800:j
|
||||
connection.send_back(self.greeting+" " + data['nick'], data)
|
||||
self.names[data['nick']] = int(time.time())
|
||||
Reference in New Issue
Block a user