prepare history scanner for images
This commit is contained in:
@@ -14,5 +14,8 @@ class LastScanner(HistoryScanner):
|
||||
def __init__(self):
|
||||
super().__init__(help=LastScanner.help())
|
||||
|
||||
def allow_message(self, *_) -> bool:
|
||||
return True
|
||||
|
||||
def get_results(self, intro: str) -> List[str]:
|
||||
return self.history.to_string(type="last")
|
||||
|
||||
Reference in New Issue
Block a user