Update BlockObserver.py

Removed empty command
This commit is contained in:
ThomasWeis
2022-04-29 09:49:43 +02:00
parent 8033e50b67
commit c5cd1bac9c
+2 -2
View File
@@ -10,11 +10,11 @@ from FaustBot.Model.BlockedUsers import BlockProvider
class BlockObserver(PrivMsgObserverPrototype):
@staticmethod
def cmd():
return [""]
return None
@staticmethod
def help():
return ""
return None
def update_on_priv_msg(self, data, connection: Connection):
if not self._is_idented_mod(data, connection):