Don't shout about !starting if ppl leave the chan

This commit is contained in:
Juhani Krekelä 2019-05-07 11:42:40 +03:00
parent 0bf7fda9ba
commit 97794c2e82
1 changed files with 2 additions and 1 deletions

View File

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