Updated menu_login contrib to changes in default channel settings. Also made them aware of multisession modes. Resolves #754.

This commit is contained in:
Griatch 2015-06-03 23:08:10 +02:00
parent a9569f274f
commit 70762fb2be
2 changed files with 15 additions and 21 deletions

View file

@ -3,7 +3,6 @@ Base typeclass for in-game Channels.
"""
from django.conf import settings
from evennia.typeclasses.models import TypeclassBase
from evennia.comms.models import Msg, TempMsg, ChannelDB
from evennia.comms.managers import ChannelManager