showquote normal

This commit is contained in:
Nemesis 2018-08-08 13:00:29 +02:00
parent 36cc18552a
commit 854ad6e432

View file

@ -1156,7 +1156,6 @@ 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: