Put Greeter on of for new chatters

This commit is contained in:
BaerbelBox
2023-05-19 19:16:39 +02:00
parent d125a5ca06
commit 9dc7bccf7a

View File

@@ -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())