generated from Nemesis/Exemple
test addquote
This commit is contained in:
parent
6778ba8e8e
commit
75794ec420
1 changed files with 1 additions and 1 deletions
|
@ -1271,7 +1271,7 @@ def addquote(room,event):
|
|||
content['formatted_body'] = string.replace(content['formatted_body'], "addquote", "")
|
||||
except:
|
||||
print("erreur formatted_body " + json.dumps(content))
|
||||
print(json.dumps(content)
|
||||
print(json.dumps(content))
|
||||
# Récupération de l'auteur
|
||||
auteur = "Un nain connu"
|
||||
match = re.search(r"<(\w+@\w+:\w+)>", content['body'])
|
||||
|
|
Loading…
Reference in a new issue