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 = event['content']['body'].split()
|
||||||
args.pop(0)
|
args.pop(0)
|
||||||
famous = {}
|
famous = {}
|
||||||
quotes[room.room_id] = famous
|
|
||||||
try:
|
try:
|
||||||
famous = quotes[room.room_id]
|
famous = quotes[room.room_id]
|
||||||
except:
|
except:
|
||||||
|
|
Loading…
Reference in a new issue