mirror of
https://github.com/nichkara/InfinitumBotty.git
synced 2026-06-11 06:36:24 +02:00
Update BlockObserver.py
Removed empty command
This commit is contained in:
@@ -10,11 +10,11 @@ from FaustBot.Model.BlockedUsers import BlockProvider
|
|||||||
class BlockObserver(PrivMsgObserverPrototype):
|
class BlockObserver(PrivMsgObserverPrototype):
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def cmd():
|
def cmd():
|
||||||
return [""]
|
return None
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def help():
|
def help():
|
||||||
return ""
|
return None
|
||||||
|
|
||||||
def update_on_priv_msg(self, data, connection: Connection):
|
def update_on_priv_msg(self, data, connection: Connection):
|
||||||
if not self._is_idented_mod(data, connection):
|
if not self._is_idented_mod(data, connection):
|
||||||
|
|||||||
Reference in New Issue
Block a user