From 416f94b4752f25efa63d6d4ec99f59c2bd6766c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Tue, 21 May 2019 21:30:20 +0300 Subject: [PATCH] Whooops --- gameloop.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gameloop.py b/gameloop.py index 9402799..b2b6931 100644 --- a/gameloop.py +++ b/gameloop.py @@ -476,7 +476,6 @@ def game(send, notice, voice, devoice, get_event): send('%s started a game, !join to join!' % nick) - decks['foo'] = Deck(code = 'foo', name = 'foo', author = 'foo', call_count = 0, response_count = 0, calls = [['foo $', 'bar']], responses = ['bees?'] * 20)#debg start_game(rest) return game_setup