aboutsummaryrefslogtreecommitdiff
path: root/server/aoprotocol.py
diff options
context:
space:
mode:
Diffstat (limited to 'server/aoprotocol.py')
-rw-r--r--server/aoprotocol.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/aoprotocol.py b/server/aoprotocol.py
index 757eaa69..5dbb192e 100644
--- a/server/aoprotocol.py
+++ b/server/aoprotocol.py
@@ -445,7 +445,7 @@ class AOProtocol(asyncio.Protocol):
if unicodedata.category(c) == 'Cf':
self.client.send_host_message('You cannot use format characters in your name!')
return
- if self.client.name.startswith(self.server.config['hostname']) or self.client.name.startswith('<dollar>G'):
+ if self.client.name.startswith(self.server.config['hostname']) or self.client.name.startswith('<dollar>G') or self.client.name.startswith('<dollar>M'):
self.client.send_host_message('That name is reserved!')
return
if args[1].startswith('/'):