Don't start a game with !join

This commit is contained in:
Juhani Krekelä 2019-06-09 21:52:23 +03:00
parent 632b873143
commit ba3f7ebaea
1 changed files with 1 additions and 9 deletions

View File

@ -482,15 +482,7 @@ def game(send, notice, voice, devoice, get_event):
return game_setup
elif event == events.join:
nick = args[0]
send('Started game, !join to join!')
common_handler(event, args)
start_game([])
return game_setup
send('Start a game with !start [<preset>]')
elif event == events.quit:
return quit