mirror of
https://github.com/nichkara/InfinitumBotty.git
synced 2026-06-11 14:41:58 +02:00
Update AllSeenObserver.py
fixed command and help text
This commit is contained in:
@@ -10,11 +10,11 @@ from FaustBot.Modules.UserList import UserList
|
|||||||
class AllSeenObserver(PrivMsgObserverPrototype):
|
class AllSeenObserver(PrivMsgObserverPrototype):
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def cmd():
|
def cmd():
|
||||||
return [".seen"]
|
return [".allseen"]
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def help():
|
def help():
|
||||||
return ".seen <nick> - um abzufragen wann <nick> zuletzt hier war"
|
return ".allseen - um abzufragen, wann alle im Channel zuletzt aktiv waren (Nur von Moderatoren nutzbar)"
|
||||||
|
|
||||||
def __init__(self, user_list: UserList):
|
def __init__(self, user_list: UserList):
|
||||||
super().__init__()
|
super().__init__()
|
||||||
|
|||||||
Reference in New Issue
Block a user