Rename {offtopia, offtopia-norandom} to {offtopia-random, offtopia}

This commit is contained in:
Juhani Krekelä 2019-06-06 21:43:01 +03:00
parent 9d08703f6f
commit 632b873143
1 changed files with 2 additions and 2 deletions

View File

@ -417,7 +417,7 @@ def game(send, notice, voice, devoice, get_event):
deck_add_handler('A5DCM')
elif rest[0] == 'offtopia':
elif rest[0] == 'offtopia-random':
send('Adding the default CAH deck (A5DCM), offtopia injoke deck (PXWKC), :Deck (colondeck) and three random decks')
deck_add_handler('A5DCM')
@ -428,7 +428,7 @@ def game(send, notice, voice, devoice, get_event):
deck_add_random_handler()
deck_add_random_handler()
elif rest[0] == 'offtopia-norandom':
elif rest[0] == 'offtopia':
send('Adding the default CAH deck (A5DCM), offtopia injoke deck (PXWKC), and :Deck (colondeck)')
deck_add_handler('A5DCM')