diff --git a/gameloop.py b/gameloop.py index 42f40eb..23bda90 100644 --- a/gameloop.py +++ b/gameloop.py @@ -5,6 +5,7 @@ from collections import namedtuple import cardcast_api # TODO: rando +# TODO: !kick class events(enum.Enum): quit, nick_change, status, start, ready, unready, kill, join, leave, players, deck_add, deck_add_random, deck_remove, deck_list, limit, card, cards, origins = range(18) @@ -342,7 +343,7 @@ def game(send, notice, voice, devoice, get_event): return quit else: - send('Start with !start') + pass def game_setup(): nonlocal players