From 854ad6e43207f2eeb153c5149dfa1cc1903e11d4 Mon Sep 17 00:00:00 2001 From: Nemesis Date: Wed, 8 Aug 2018 13:00:29 +0200 Subject: [PATCH] showquote normal --- asmodee.py | 1 - 1 file changed, 1 deletion(-) diff --git a/asmodee.py b/asmodee.py index 4141be2..406dbfa 100755 --- a/asmodee.py +++ b/asmodee.py @@ -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: