aboutsummaryrefslogtreecommitdiff
path: root/diplomacy/utils/strings.py
diff options
context:
space:
mode:
authorPhilip Paquette <pcpaquette@gmail.com>2019-09-11 17:34:18 -0400
committerPhilip Paquette <pcpaquette@gmail.com>2019-09-14 18:18:53 -0400
commit96c5441ac652bb2e7e396381d3fb2e0964ad68da (patch)
tree29a582fd80553b47ea25d25908f2b624ae5c54c8 /diplomacy/utils/strings.py
parent57c9c33ae756cc17af223f6bc671191684ee9c9b (diff)
channel.authenticate() - Deprecated argument 'create_user'
- User is now created by default if it doesn't exist on the server - Unless the server prevents new registrations
Diffstat (limited to 'diplomacy/utils/strings.py')
-rw-r--r--diplomacy/utils/strings.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/diplomacy/utils/strings.py b/diplomacy/utils/strings.py
index 80b83a3..9cabaf3 100644
--- a/diplomacy/utils/strings.py
+++ b/diplomacy/utils/strings.py
@@ -48,7 +48,6 @@ CONTROLLED_POWERS = 'controlled_powers'
CONTROLLER = 'controller'
COUNT_EXPECTED = 'count_expected'
COUNT_VOTED = 'count_voted'
-CREATE_USER = 'create_user'
CURRENT_ORDER = 'current_order'
CURRENT_PHASE = 'current_phase'
CURRENT_PHASE_DATA = 'current_phase_data'