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