generated from Nemesis/Exemple
showquote normal
This commit is contained in:
parent
854ad6e432
commit
04838371e2
1 changed files with 1 additions and 1 deletions
|
@ -1314,7 +1314,7 @@ def showquote(room, event): # afficher les citations mode reponse matrix
|
||||||
args.pop(0)
|
args.pop(0)
|
||||||
famous = {}
|
famous = {}
|
||||||
try:
|
try:
|
||||||
famous = quotes[room.room_id]
|
famous = citations[room.room_id]
|
||||||
except:
|
except:
|
||||||
famous = {}
|
famous = {}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue