generated from Nemesis/Exemple
showquote normal
This commit is contained in:
parent
36cc18552a
commit
854ad6e432
1 changed files with 0 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue