From 4979f43baba8c7377471bbf65e7b5c003bf65406 Mon Sep 17 00:00:00 2001 From: Satya Ortiz-Gagne Date: Mon, 10 Jun 2019 10:12:45 -0400 Subject: DAIDE - Implemented notifications and notification_managers - MAP = MapNameNotification - HLO = HelloNotification - SCO = SupplyCenterNotification - NOW = CurrentPositionNotification - MIS = MissingOrdersNotification - ORD = OrderResultNotification - TME = TimeToDeadlineNotification - CCD = PowerInCivilDisorderNotification - OUT = PowerIsEliminatedNotification - DRW = DrawNotification - FRM = MessageFromNotification - SLO = SoloNotification - SMR = SummaryNotification - OFF = TurnOffNotification --- diplomacy/daide/__init__.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'diplomacy/daide/__init__.py') diff --git a/diplomacy/daide/__init__.py b/diplomacy/daide/__init__.py index 4f2769f..3f8241f 100644 --- a/diplomacy/daide/__init__.py +++ b/diplomacy/daide/__init__.py @@ -14,3 +14,5 @@ # You should have received a copy of the GNU Affero General Public License along # with this program. If not, see . # ============================================================================== +ADM_MESSAGE_ENABLED = False +DEFAULT_LEVEL = 30 -- cgit v1.2.3