showquote purge

This commit is contained in:
Nemesis 2018-08-08 12:59:36 +02:00
parent 55fe181e2b
commit 36cc18552a

View file

@ -1156,6 +1156,7 @@ def quote(room,event): # Gestion des citations
args = event['content']['body'].split()
args.pop(0)
famous = {}
quotes[room.room_id] = famous
try:
famous = quotes[room.room_id]
except: