showquote normal

This commit is contained in:
Nemesis 2018-08-08 13:04:33 +02:00
parent 854ad6e432
commit 04838371e2

View file

@ -1314,7 +1314,7 @@ def showquote(room, event): # afficher les citations mode reponse matrix
args.pop(0)
famous = {}
try:
famous = quotes[room.room_id]
famous = citations[room.room_id]
except:
famous = {}