mirror of
https://github.com/evennia/evennia.git
synced 2026-04-01 21:47:17 +02:00
Fixed the auto-subscription to channels by non-superusers. Resolves Issue 336. Removed a spurious print statement in the unloggedin create command.
This commit is contained in:
parent
2d206c5e68
commit
d14b014611
2 changed files with 9 additions and 2 deletions
|
|
@ -132,7 +132,6 @@ class CmdUnconnectedCreate(MuxCommand):
|
|||
session.msg(string)
|
||||
return
|
||||
playername, password = parts
|
||||
print "playername '%s', password: '%s'" % (playername, password)
|
||||
|
||||
# sanity checks
|
||||
if not re.findall('^[\w. @+-]+$', playername) or not (0 < len(playername) <= 30):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue