mirror of
https://gitlab.com/octospacc/WinDog.git
synced 2025-06-05 22:09:20 +02:00
Rename some internal functions; Update db and start work on message filters
This commit is contained in:
@ -21,7 +21,7 @@ def mMultifun(context:EventContext, data:InputMessageData):
|
||||
text = choice(fun_strings["empty"])
|
||||
return send_message(context, {"text_html": text, "ReplyTo": reply_to})
|
||||
|
||||
RegisterModule(name="Multifun", endpoints=[
|
||||
register_module(name="Multifun", endpoints=[
|
||||
SafeNamespace(names=["hug", "pat", "poke", "cuddle", "hands", "floor", "sessocto"], handler=mMultifun),
|
||||
])
|
||||
|
||||
|
Reference in New Issue
Block a user