This commit is contained in:
Juhani Krekelä 2019-05-21 21:30:20 +03:00
parent 0913abee3b
commit 416f94b475
1 changed files with 0 additions and 1 deletions

View File

@ -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