.hug - add "herzt"

This commit is contained in:
Context 77
2024-08-03 11:42:34 +02:00
parent 009d3a00ab
commit e1f5ed4aaa

View File

@@ -15,5 +15,5 @@ class FreeHugsObserver(PrivMsgObserverPrototype):
def update_on_priv_msg(self, data: dict, connection: Connection):
if data["message"].startswith(".hug"):
hug_word = random.choice(["umarmt", "knuddelt", "drückt"])
hug_word = random.choice(["umarmt", "knuddelt", "drückt", "herzt"])
connection.send_back(f"\001ACTION {hug_word} {data['nick']}.\001", data)