mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-08-08 06:36:06 -04:00
Added more hooks, we now call the proper method to cache audio test results, added force flag to skip memmo checks and overwrite invalid memmos (useful when switching algos).
This commit is contained in:
@@ -37,7 +37,7 @@ class streamer(TwythonStreamer):
|
||||
self.session.db[place].append(data)
|
||||
else:
|
||||
self.session.db[place].insert(0, data)
|
||||
|
||||
utils.is_audio(data)
|
||||
def block_user(self, data):
|
||||
id = data["target"]["id"]
|
||||
if id in self.friends:
|
||||
|
Reference in New Issue
Block a user